Skip to content

Commit 352e051

Browse files
austinvazquezsqueed
authored andcommitted
Update golangci-lint-action package to v4
This change updates golangci-lint-action package to v4 to resolve NodeJS 16 deprecation warnings. Signed-off-by: Austin Vazquez <[email protected]>
1 parent 9c016b5 commit 352e051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: ibiqlik/action-yamllint@v3
2121
with:
2222
format: auto
23-
- uses: golangci/golangci-lint-action@v3
23+
- uses: golangci/golangci-lint-action@v4
2424
with:
2525
version: v1.55.2
2626
args: -v

0 commit comments

Comments
 (0)