Skip to content

Commit af19b57

Browse files
authored
Merge pull request #1579 from buildkite/fix/go_version
2 parents dd3bb82 + 177bb67 commit af19b57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

packer/linux/.trigger-base-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Last updated: 2025-09-09 12:36:23 UTC
1+
# Last updated: 2025-09-10 14:03:43 UTC

packer/windows/.trigger-base-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Last updated: 2025-09-09 12:36:23 UTC
1+
# Last updated: 2025-09-10 14:03:43 UTC

0 commit comments

Comments
 (0)