Skip to content

Commit 3e5acd1

Browse files
committed
Align Go version with go.mod
1 parent dd3bb82 commit 3e5acd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PACKER_WINDOWS_FILES = $(exec find packer/windows)
1010
# Allow passing an existing golden base AMI into packer via `BASE_AMI_ID` env var
1111
override BASE_AMI_ID ?=
1212

13-
GO_VERSION ?= 1.23.6
13+
GO_VERSION ?= 1.24.0
1414

1515
FIXPERMS_FILES = go.mod go.sum $(exec find internal/fixperms)
1616

0 commit comments

Comments
 (0)