Skip to content

Commit

Permalink
Merge pull request #36 from coutinhop/pedro-golang-1.22.7
Browse files Browse the repository at this point in the history
Bump golang to v1.22.7
  • Loading branch information
coutinhop authored Sep 12, 2024
2 parents 776ef14 + b92a6cd commit cd008ac
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.6-alpine \
$DOCKER run -ti -v "${SRC_DIR}:/go/src/github.com/containernetworking/plugins:z" --rm golang:1.22.7-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 cd008ac

Please sign in to comment.