Skip to content

Commit

Permalink
Try updated golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin authored Sep 5, 2024
1 parent 5483289 commit 43248fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
mkdir -p /go/bin
download=https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
wget -O- -q "$download" | sh -s -- -b /go/bin/ v1.51.1
wget -O- -q "$download" | sh -s -- -b /go/bin/ v1.60.3
- run:
name: Lint
command: |
Expand Down

0 comments on commit 43248fb

Please sign in to comment.