Skip to content

Commit

Permalink
Try fix ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
msanterre committed Feb 29, 2024
1 parent 9ce5122 commit e00db1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ run:
allow-parallel-runners: true
timeout: 5m
go: '1.20'
skip-dirs-use-default: false

linters:
enable:
Expand Down

0 comments on commit e00db1d

Please sign in to comment.