Skip to content

Commit ac2647a

Browse files
committed
Use Go 1.24.x for release binaries
Since Go 1.23 is no longer supported, we should not use it. Go 1.23 is still supported and is probably the best bet for the release-1.2 branch. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 82622b0 commit ac2647a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.23
1+
ARG GO_VERSION=1.24
22
ARG BATS_VERSION=v1.9.0
33
ARG LIBSECCOMP_VERSION=2.5.5
44

0 commit comments

Comments
 (0)