Skip to content

Commit

Permalink
update golangci-lint version (#95)
Browse files Browse the repository at this point in the history
* update golangci-lint version

* make lint pass
  • Loading branch information
mmou authored Apr 24, 2020
1 parent ce46190 commit 4cfae45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: go get golang.org/x/tools/cmd/goimports
- run: "! goimports ./... 2>&1 | read"
- run: "! go mod tidy ./... 2>&1 | read"
- run: go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
- run: go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.25.0
- run: "! golangci-lint 2>&1 | read"
sphinx-build:
docker:
Expand Down

0 comments on commit 4cfae45

Please sign in to comment.