Skip to content

Commit

Permalink
fix GH workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Cudnik <[email protected]>
  • Loading branch information
TobiaszCudnik committed Aug 28, 2023
1 parent 76f0867 commit c572528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go mod verify
go mod download
LINT_VERSION=1.39.0
LINT_VERSION=1.54.2
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/
Expand Down

0 comments on commit c572528

Please sign in to comment.