use go1.23.8 as the default go version
use go1.23.8 as the default go version for running in CI and making release binaries. Signed-off-by: Akhil Mohan <akhilerm@gmail.com> (cherry picked from commit 6f93c65f52c9e1c5e25595429fd50ce2e5da6843) Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
committed by
Derek McGowan
parent
4838f33f7e
commit
5bcf0a95e3
@@ -34,7 +34,7 @@
|
||||
# docker run --privileged --group-add keep-groups -v ./critest_exit_code.txt:/tmp/critest_exit_code.txt containerd-test
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
ARG GOLANG_VERSION=1.23.7
|
||||
ARG GOLANG_VERSION=1.23.8
|
||||
ARG GOLANG_IMAGE=golang
|
||||
|
||||
FROM ${GOLANG_IMAGE}:${GOLANG_VERSION} AS golang
|
||||
|
||||
Reference in New Issue
Block a user