Skip to content

Commit eb32186

Browse files
committed
circleci: update golangci-lint to v1.60.3
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 5fc8473 commit eb32186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
lint:
7474
executor:
7575
name: go/golang
76-
tag: 1.20-alpine
76+
tag: 1.23-alpine
7777
steps:
7878
- checkout
7979
- go/install-golangci-lint:
80-
prefix: v1.51.1
81-
version: 1.51.1
80+
prefix: v1.60.3
81+
version: 1.60.3
8282
- go/install: {package: git}
8383
- run:
8484
name: Lint

0 commit comments

Comments
 (0)