Skip to content

Commit

Permalink
try previous linter
Browse files Browse the repository at this point in the history
  • Loading branch information
paupm committed Aug 26, 2024
1 parent f912d8d commit 93fa5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
sudo apt-get install -y protobuf-compiler
make build
- name: Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v2
with:
version: v1.54
version: v1.29
skip-pkg-cache: true
- name: Test
run: go test -v -race ./...

0 comments on commit 93fa5fa

Please sign in to comment.