Skip to content

Commit

Permalink
Remove version on lint rule
Browse files Browse the repository at this point in the history
vulncheck was using slices which is only in
newer Go versions.
  • Loading branch information
ammario committed Aug 9, 2024
1 parent c2e0c41 commit 782e5d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- uses: actions/checkout@v4
- run: go version
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: ./ci/lint.sh

test:
Expand Down

0 comments on commit 782e5d2

Please sign in to comment.