Skip to content

Commit

Permalink
Update golang to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastigera authored Oct 18, 2024
1 parent 596bc30 commit b97a0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rm -Rf ${SRC_DIR}/${RELEASE_DIR}
mkdir -p ${SRC_DIR}/${RELEASE_DIR}
mkdir -p ${OUTPUT_DIR}

$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 \
/bin/sh -xe -c "\
apk --no-cache add bash tar;
cd /go/src/github.com/containernetworking/plugins; umask 0022;
Expand Down

0 comments on commit b97a0e8

Please sign in to comment.