Skip to content

Commit

Permalink
Revert golangci upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
narasaka committed Sep 20, 2023
1 parent a35087b commit 475db22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
with:
go-version-file: go/go.work
- name: install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0
- run: make lint
- run: make test
- name: Check library version
Expand Down

0 comments on commit 475db22

Please sign in to comment.