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.
2 parents 3167119 + 8459b7f commit 61008ffCopy full SHA for 61008ff
.buildkite/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
2
3
services:
4
fixperms-tests:
5
- image: golang:1.22
+ image: golang:1.23
6
working_dir: /code
7
environment:
8
CGO_ENABLED: 0
Makefile
@@ -7,7 +7,7 @@ PACKER_VERSION ?= 1.11.2
PACKER_LINUX_FILES = $(exec find packer/linux)
PACKER_WINDOWS_FILES = $(exec find packer/windows)
9
10
-GO_VERSION ?= 1.22
+GO_VERSION ?= 1.23
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
-go 1.22
+go 1.23
require (
github.com/google/go-cmp v0.7.0
0 commit comments