Skip to content

Commit 9f870e1

Browse files
author
Adam Hughes
committed
Update golangci-lint version
1 parent 9326745 commit 9f870e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- go-mod-{{ checksum "go.sum" }}
5858
- run:
5959
name: Install golangci-lint
60-
command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
60+
command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
6161
- run:
6262
name: Check for Lint
6363
command: golangci-lint run

0 commit comments

Comments
 (0)