Skip to content

Commit 782e5d2

Browse files
committedAug 9, 2024
Remove version on lint rule
vulncheck was using slices which is only in newer Go versions.
1 parent c2e0c41 commit 782e5d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- run: go version
2222
- uses: actions/setup-go@v5
23-
with:
24-
go-version-file: ./go.mod
2523
- run: ./ci/lint.sh
2624

2725
test:

0 commit comments

Comments
 (0)