Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/module_generate/_templates/go/tmpl-go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module {{.ModuleLowercase}}

go 1.23
go 1.25.1
4 changes: 2 additions & 2 deletions etc/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ do_brew(){
tap "viamrobotics/brews"

# pinned
brew "go@1.23", link: true, conflicts_with: ["go"]
brew "go@1.25.1", link: true, conflicts_with: ["go"]
brew "node@18", link: true, conflicts_with: ["node"]

# unpinned
Expand All @@ -177,7 +177,7 @@ do_brew(){
fi

# replace default go with pinned
brew link --overwrite go@1.23
brew link --overwrite go@1.25.1

# due to a missing bottle in homebrew, this has to be installed on its own
brew install upx
Expand Down
Loading