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 8412739 commit 9013241Copy full SHA for 9013241
.circleci/config.yml
@@ -6,7 +6,7 @@ env: &env
6
TERRAFORM_VERSION: 1.0.11
7
TERRAGRUNT_VERSION: 0.36.1
8
PACKER_VERSION: NONE
9
- GOLANG_VERSION: "1.23.1"
+ GOLANG_VERSION: "1.24.4"
10
GO111MODULE: auto
11
# Since we are running in docker, USER doesn't get set, so we need to set it explicitly
12
USER: circleci
go.mod
@@ -1,8 +1,6 @@
1
module github.com/gruntwork-io/boilerplate
2
3
-go 1.23.0
4
-
5
-toolchain go1.24.2
+go 1.24.4
require (
github.com/AlecAivazis/survey/v2 v2.3.7
0 commit comments