forked from TrueCloudLab/neoneo-go
circleci: update golangci-lint to current version
This commit is contained in:
parent
1895dfb2c1
commit
6c621066a7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
|||
- run:
|
||||
name: go-lint
|
||||
command: |
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.44.2
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.49.0
|
||||
make lint
|
||||
|
||||
test_1_17:
|
||||
|
|
Loading…
Reference in a new issue