Skip to content

Commit 83ae1b5

Browse files
Update golangci/golangci-lint Docker tag to v2
1 parent 3ef265e commit 83ae1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: bash <(curl -s https://codecov.io/bash)
2121
go_lint:
2222
docker:
23-
- image: golangci/golangci-lint:v1.39.0
23+
- image: golangci/golangci-lint:v2.1.5
2424
steps:
2525
- checkout
2626
- restore_cache:

0 commit comments

Comments
 (0)