Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Elliott <number101010@gmail.com>
  • Loading branch information
joe-elliott committed Dec 14, 2023
1 parent c5e4a9d commit d81d876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
version: v1.53.3
cache: false

unit-tests-pkg:
name: Test packages - pkg
Expand Down
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,4 @@ issues:
# Exclude some linters from running on tests files.
- path: integration/e2e
linters:
- unused
new: true
new-from-rev: origin/main
- unused

0 comments on commit d81d876

Please sign in to comment.