Skip to content

Commit

Permalink
upgrade Go version
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
  • Loading branch information
slimsag committed Apr 7, 2024
1 parent 0378b12 commit 65f00b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wrench/scripts/install_go.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func init() {
Args: []string{"force"},
Description: "ensure that wrench's desired Go version is installed",
Execute: func(args ...string) error {
wantGoVersion := "1.20.3"
wantGoVersion := "1.22.2"

force := len(args) == 1 && args[0] == "true"
goVersion, err := Output(os.Stderr, "go version")
Expand Down

0 comments on commit 65f00b4

Please sign in to comment.