Skip to content

Commit 2a9064a

Browse files
committed
chore: go to 1.23.6 (just fixes)
Signed-off-by: Ben McNicholl <[email protected]>
1 parent 33a7bae commit 2a9064a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PACKER_VERSION ?= 1.11.2
77
PACKER_LINUX_FILES = $(exec find packer/linux)
88
PACKER_WINDOWS_FILES = $(exec find packer/windows)
99

10-
GO_VERSION ?= 1.23
10+
GO_VERSION ?= 1.23.6
1111

1212
FIXPERMS_FILES = go.mod go.sum $(exec find internal/fixperms)
1313

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/buildkite/elastic-ci-stack-for-aws/v6
22

3-
go 1.23.0
3+
go 1.23.6
44

55
toolchain go1.24.2
66

0 commit comments

Comments
 (0)