Skip to content

Commit 308dd0d

Browse files
committed
udpate
1 parent 5965fba commit 308dd0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
uses: golangci/golangci-lint-action@v6
2727
with:
2828
version: v1.58
29-
args: --verbose --skip=unused # Add --skip=unused flag
29+
args: --verbose
30+
allow-unused: true
3031

3132
test:
3233
needs: lint

0 commit comments

Comments
 (0)