Skip to content

Commit

Permalink
allow slices in golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Nov 8, 2023
1 parent a42502b commit da6d24d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.3
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit da6d24d

Please sign in to comment.