We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a7bae commit 2a9064aCopy full SHA for 2a9064a
Makefile
@@ -7,7 +7,7 @@ PACKER_VERSION ?= 1.11.2
7
PACKER_LINUX_FILES = $(exec find packer/linux)
8
PACKER_WINDOWS_FILES = $(exec find packer/windows)
9
10
-GO_VERSION ?= 1.23
+GO_VERSION ?= 1.23.6
11
12
FIXPERMS_FILES = go.mod go.sum $(exec find internal/fixperms)
13
go.mod
@@ -1,6 +1,6 @@
1
module github.com/buildkite/elastic-ci-stack-for-aws/v6
2
3
-go 1.23.0
+go 1.23.6
4
5
toolchain go1.24.2
6
0 commit comments