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 596bc30 + b97a0e8 commit bd588f8Copy full SHA for bd588f8
scripts/release.sh
@@ -16,7 +16,7 @@ rm -Rf ${SRC_DIR}/${RELEASE_DIR}
16
mkdir -p ${SRC_DIR}/${RELEASE_DIR}
17
mkdir -p ${OUTPUT_DIR}
18
19
-$DOCKER run -ti -v "${SRC_DIR}:/go/src/github.com/containernetworking/plugins:z" --rm golang:1.22.7-alpine \
+$DOCKER run -ti -v "${SRC_DIR}:/go/src/github.com/containernetworking/plugins:z" --rm golang:1.23.2-alpine \
20
/bin/sh -xe -c "\
21
apk --no-cache add bash tar;
22
cd /go/src/github.com/containernetworking/plugins; umask 0022;
0 commit comments