We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436cdc2 commit 09b4b11Copy full SHA for 09b4b11
Makefile
@@ -36,7 +36,7 @@ else
36
endif
37
export TERM := linux-m
38
export GO111MODULE := on
39
-export GOTOOLCHAIN := local
+export GOTOOLCHAIN := local+auto
40
export ATLAS_E2E_BINARY
41
42
.PHONY: pre-commit
go.mod
@@ -2,6 +2,8 @@ module github.com/mongodb/mongodb-atlas-cli/atlascli
2
3
go 1.23.1
4
5
+toolchain go1.23.0
6
+
7
require (
8
cloud.google.com/go/kms v1.20.0
9
github.com/AlecAivazis/survey/v2 v2.3.7
0 commit comments