Skip to content

Commit

Permalink
Update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adlio committed Apr 8, 2023
1 parent 33628d5 commit 83feb40
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 @@ -13,7 +13,7 @@ jobs:
name: Install golangci-lint
# Note: It's likely the below URL's "master" will change to "main" someday.
# The version of golangci-lint being used can be changed with the vN.N.N at the end of this URL.
command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ~/bin v1.42.0
command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ~/bin v1.52.2

- run:
name: Run Go Linters
Expand Down

0 comments on commit 83feb40

Please sign in to comment.