Skip to content

Commit

Permalink
Merge pull request #37 from tomastigera/tomastigera-golang-upgrade
Browse files Browse the repository at this point in the history
Update golang to 1.23.2
  • Loading branch information
tomastigera authored Oct 21, 2024
2 parents 596bc30 + b97a0e8 commit bd588f8
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 bd588f8

Please sign in to comment.