Skip to content

Commit

Permalink
downgrade lint to 1.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bournezjc committed Oct 8, 2024
1 parent 0a2b99b commit 0c27127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
go-version: "1.22"
- name: Install golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.59.1
- name: lint
run: make lint-go
test:
Expand Down

0 comments on commit 0c27127

Please sign in to comment.