1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Merge pull request #1562 from johejo/golangci-lint_v1.32

Update golangci-lint to v1.32
This commit is contained in:
Vladimir Mihailenco
2020-11-18 17:53:55 +02:00
committed by GitHub
7 changed files with 9 additions and 15 deletions

View File

@ -45,6 +45,6 @@ jobs:
fi
- name: Install golangci
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.31.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.32.2
- name: Test
run: make