Skip to content

Commit

Permalink
circleci: update golangci-lint to v1.60.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Aug 29, 2024
1 parent 5fc8473 commit eb32186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
lint:
executor:
name: go/golang
tag: 1.20-alpine
tag: 1.23-alpine
steps:
- checkout
- go/install-golangci-lint:
prefix: v1.51.1
version: 1.51.1
prefix: v1.60.3
version: 1.60.3
- go/install: {package: git}
- run:
name: Lint
Expand Down

0 comments on commit eb32186

Please sign in to comment.