Skip to content

Commit 09b4b11

Browse files
committed
fix: add toolchain support for out of the box go version management
1 parent 436cdc2 commit 09b4b11

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ else
3636
endif
3737
export TERM := linux-m
3838
export GO111MODULE := on
39-
export GOTOOLCHAIN := local
39+
export GOTOOLCHAIN := local+auto
4040
export ATLAS_E2E_BINARY
4141

4242
.PHONY: pre-commit

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/mongodb/mongodb-atlas-cli/atlascli
22

33
go 1.23.1
44

5+
toolchain go1.23.0
6+
57
require (
68
cloud.google.com/go/kms v1.20.0
79
github.com/AlecAivazis/survey/v2 v2.3.7

0 commit comments

Comments
 (0)