Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Jun 5, 2024
1 parent 1296f8d commit 108f252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: checkout code
uses: actions/checkout@v3
- name: golangci-lint
if: matrix.go-version == 'tip'
uses: golangci/golangci-lint-action@v3
if: matrix.go-version == '1.22.x'
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.0
version: v1.59
- name: test
run: make test

0 comments on commit 108f252

Please sign in to comment.