Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 4cfae45

Browse files
authored
update golangci-lint version (#95)
* update golangci-lint version * make lint pass
1 parent ce46190 commit 4cfae45

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
@@ -24,7 +24,7 @@ jobs:
2424
- run: go get golang.org/x/tools/cmd/goimports
2525
- run: "! goimports ./... 2>&1 | read"
2626
- run: "! go mod tidy ./... 2>&1 | read"
27-
- run: go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
27+
- run: go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.25.0
2828
- run: "! golangci-lint 2>&1 | read"
2929
sphinx-build:
3030
docker:

0 commit comments

Comments
 (0)