Skip to content

Commit a0945ac

Browse files
committed
chore: update go to 1.23
1 parent 3167119 commit a0945ac

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.22
10+
GO_VERSION ?= 1.23
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.22
3+
go 1.23
44

55
require (
66
github.com/google/go-cmp v0.7.0

0 commit comments

Comments
 (0)