Skip to content

Commit

Permalink
upgrade golangci-lint to 1.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Oct 13, 2023
1 parent 22fc18d commit 84ce8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Requirements
run: |
GO111MODULES=off; go mod vendor
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.52.1
- name: Setup SSH Key Build and run e2e
run : |
make e2e-build
Expand Down

0 comments on commit 84ce8cc

Please sign in to comment.