Update sigstore-go in gh CLI to v0.5.1 (#9366)

Signed-off-by: Zach Steindler <steiza@github.com>
This commit is contained in:
Zach Steindler 2024-07-25 14:59:39 -04:00 committed by GitHub
parent 8da9ee2437
commit 658f125ab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 129 additions and 124 deletions

View file

@ -32,7 +32,7 @@ jobs:
go mod verify
go mod download
LINT_VERSION=1.54.1
LINT_VERSION=1.59.1
curl -fsSL https://github.com/golangci/golangci-lint/releases/download/v${LINT_VERSION}/golangci-lint-${LINT_VERSION}-linux-amd64.tar.gz | \
tar xz --strip-components 1 --wildcards \*/golangci-lint
mkdir -p bin && mv golangci-lint bin/