Skip to content

Commit

Permalink
Fix linting CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
robgonnella committed Dec 27, 2023
1 parent 27a8c3d commit 868e1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
skip-pkg-cache: true

- name: Run Test
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
skip-pkg-cache: true

- name: Test
run: make test

0 comments on commit 868e1d5

Please sign in to comment.