diff --git a/cli/module_generate/_templates/go/tmpl-go.mod b/cli/module_generate/_templates/go/tmpl-go.mod index 4256aaa08eb..1ab32039065 100644 --- a/cli/module_generate/_templates/go/tmpl-go.mod +++ b/cli/module_generate/_templates/go/tmpl-go.mod @@ -1,3 +1,3 @@ module {{.ModuleLowercase}} -go 1.23 +go 1.25.1 diff --git a/etc/setup.sh b/etc/setup.sh index 6d1e1e10654..5507b95b9ce 100755 --- a/etc/setup.sh +++ b/etc/setup.sh @@ -157,7 +157,7 @@ do_brew(){ tap "viamrobotics/brews" # pinned - brew "go@1.23", link: true, conflicts_with: ["go"] + brew "go@1.25.3", link: true, conflicts_with: ["go"] brew "node@18", link: true, conflicts_with: ["node"] # unpinned @@ -177,7 +177,7 @@ do_brew(){ fi # replace default go with pinned - brew link --overwrite go@1.23 + brew link --overwrite go@1.25.3 # due to a missing bottle in homebrew, this has to be installed on its own brew install upx