Skip to content

Commit 9013241

Browse files
go 1.24.4 (#221)
1 parent 8412739 commit 9013241

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env: &env
66
TERRAFORM_VERSION: 1.0.11
77
TERRAGRUNT_VERSION: 0.36.1
88
PACKER_VERSION: NONE
9-
GOLANG_VERSION: "1.23.1"
9+
GOLANG_VERSION: "1.24.4"
1010
GO111MODULE: auto
1111
# Since we are running in docker, USER doesn't get set, so we need to set it explicitly
1212
USER: circleci

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/gruntwork-io/boilerplate
22

3-
go 1.23.0
4-
5-
toolchain go1.24.2
3+
go 1.24.4
64

75
require (
86
github.com/AlecAivazis/survey/v2 v2.3.7

0 commit comments

Comments
 (0)