Skip to content

Commit

Permalink
update golangci lint to v1.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed May 26, 2024
1 parent 9132ca7 commit 8afab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies
run: |
go install github.com/mattn/goveralls@latest
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.2
- name: Build & Test
run: |
make build
Expand Down

0 comments on commit 8afab55

Please sign in to comment.