From b820311563d4d3c6af4803cc32f41cf7aa8c34f8 Mon Sep 17 00:00:00 2001 From: puspita <23f2005100@ds.study.iitm.ac.in> Date: Tue, 17 Mar 2026 16:37:04 +0530 Subject: [PATCH 1/4] Fixed go version from 1.19 to 1.25 in DEVELOPMENT.md --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8259d517457..3bc062f7b0d 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -9,7 +9,7 @@ This doc explains the development workflow so you can get started You must install these tools: 1. [`go`](https://golang.org/doc/install): The language skaffold is - built in (version >= go 1.19) + built in (version >= go 1.25) 1. [`git`](https://help.github.com/articles/set-up-git/): For source control 1. [`make`](https://www.gnu.org/software/make/): For building skaffold. From 0283abfb8f29c722581a23a3913b8cc41707413e Mon Sep 17 00:00:00 2001 From: puspita <23f2005100@ds.study.iitm.ac.in> Date: Tue, 17 Mar 2026 16:47:23 +0530 Subject: [PATCH 2/4] Fixed go version from 1.19 to 1.25 in DEVELOPMENT.md --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3bc062f7b0d..8259d517457 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -9,7 +9,7 @@ This doc explains the development workflow so you can get started You must install these tools: 1. [`go`](https://golang.org/doc/install): The language skaffold is - built in (version >= go 1.25) + built in (version >= go 1.19) 1. [`git`](https://help.github.com/articles/set-up-git/): For source control 1. [`make`](https://www.gnu.org/software/make/): For building skaffold. From 12dc7b7996262b53b369e23c6ec792de33f3008b Mon Sep 17 00:00:00 2001 From: puspita <23f2005100@ds.study.iitm.ac.in> Date: Tue, 17 Mar 2026 16:47:36 +0530 Subject: [PATCH 3/4] Fixed go version from 1.19 to 1.25 in DEVELOPMENT.md --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8259d517457..3bc062f7b0d 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -9,7 +9,7 @@ This doc explains the development workflow so you can get started You must install these tools: 1. [`go`](https://golang.org/doc/install): The language skaffold is - built in (version >= go 1.19) + built in (version >= go 1.25) 1. [`git`](https://help.github.com/articles/set-up-git/): For source control 1. [`make`](https://www.gnu.org/software/make/): For building skaffold. From 471e25052e3e9264a9281d0ab5bbb35c75911a3e Mon Sep 17 00:00:00 2001 From: Puspita Bhattacharyya <23f2005100@ds.study.iitm.ac.in> Date: Mon, 23 Mar 2026 00:15:13 +0530 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3bc062f7b0d..a51e803b237 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -9,7 +9,7 @@ This doc explains the development workflow so you can get started You must install these tools: 1. [`go`](https://golang.org/doc/install): The language skaffold is - built in (version >= go 1.25) + built in (version >= go 1.25.8) 1. [`git`](https://help.github.com/articles/set-up-git/): For source control 1. [`make`](https://www.gnu.org/software/make/): For building skaffold.