Skip to content

Commit

Permalink
Update go to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
moskyb committed Feb 12, 2024
1 parent b072f37 commit 1314037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/Dockerfile-compile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/golang:1.21.6@sha256:76aadd914a29a2ee7a6b0f3389bb2fdb87727291d688e1d972abe6c0fa6f2ee0
FROM public.ecr.aws/docker/library/golang:1.22.0@sha256:ef61a20960397f4d44b0e729298bf02327ca94f1519239ddc6d91689615b1367
COPY build/ssh.conf /etc/ssh/ssh_config.d/

RUN go install github.com/google/go-licenses@latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/buildkite/agent/v3

go 1.21

toolchain go1.21.4
toolchain go1.22.0

require (
cloud.google.com/go/compute/metadata v0.2.3
Expand Down

0 comments on commit 1314037

Please sign in to comment.