Skip to content

Commit

Permalink
upgrade golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Mar 17, 2023
1 parent 6bfb9d7 commit eb6bdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: '^1.18'

- run: |
curl -L https://github.com/golangci/golangci-lint/releases/download/v1.50.1/golangci-lint-1.50.1-linux-amd64.tar.gz \
curl -L https://github.com/golangci/golangci-lint/releases/download/v1.51.2/golangci-lint-1.51.2-linux-amd64.tar.gz \
| tar --wildcards -xzf - --strip-components 1 "**/golangci-lint"
- run: ./golangci-lint run -c .golangci.yml -v --timeout=10m
Expand Down

0 comments on commit eb6bdae

Please sign in to comment.