From b61d768dfc6fff3b0be8e0c72b21ddcd68254e1b Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Thu, 12 Jan 2023 21:05:47 +0000 Subject: [PATCH] chore: remove bumping cosign in go.mod when updating bootstrap tools Signed-off-by: Weston Steimel --- .github/workflows/update-bootstrap-tools.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/update-bootstrap-tools.yml b/.github/workflows/update-bootstrap-tools.yml index 947fb2fd068..690920fa6b5 100644 --- a/.github/workflows/update-bootstrap-tools.yml +++ b/.github/workflows/update-bootstrap-tools.yml @@ -39,10 +39,6 @@ jobs: sed -r -i -e 's/^(YAJSV_VERSION = ).*/\1'${YAJSV_LATEST_VERSION}'/' Makefile sed -r -i -e 's/^(COSIGN_VERSION = ).*/\1'${COSIGN_LATEST_VERSION}'/' Makefile - # update cosign in go.mod as well - go get github.com/sigstore/cosign@$COSIGN_LATEST_VERSION - go mod tidy - # export the versions for use with create-pull-request echo "::set-output name=GOLANGCILINT::$GOLANGCILINT_LATEST_VERSION" echo "::set-output name=BOUNCER::$BOUNCER_LATEST_VERSION" @@ -76,4 +72,4 @@ jobs: - [yajsv ${{ steps.latest-versions.outputs.YAJSV }}](https://github.com/neilpa/yajsv/releases/tag/${{ steps.latest-versions.outputs.YAJSV }}) - [cosign ${{ steps.latest-versions.outputs.COSIGN }}](https://github.com/sigstore/cosign/releases/tag/${{ steps.latest-versions.outputs.COSIGN }}) This is an auto-generated pull request to update all of the bootstrap tools to the latest versions. - token: ${{ steps.generate-token.outputs.token }} \ No newline at end of file + token: ${{ steps.generate-token.outputs.token }}