Skip to content

Commit 83dfad0

Browse files
author
Adam Hughes
committed
Bump golangci-lint to v1.24.0
1 parent 4f16b7d commit 83dfad0

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
@@ -36,7 +36,7 @@ jobs:
3636
- checkout
3737
- run:
3838
name: Install golangci-lint
39-
command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.7
39+
command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.24.0
4040
- run:
4141
name: Check for Lint
4242
command: golangci-lint run

0 commit comments

Comments
 (0)