fix: change version for lint to latest
Some checks failed
Some checks failed
This commit is contained in:
parent
63c0b0c953
commit
3b4835026f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
|
||||
- name: Install golangci-lint
|
||||
run: |
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.12.0
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest
|
||||
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||
- name: Run golangci-lint
|
||||
run: golangci-lint run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue