circleci: update golangci-lint to current version

This commit is contained in:
Roman Khimov 2022-09-02 18:34:55 +03:00
parent 1895dfb2c1
commit 6c621066a7

View file

@ -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: