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 <macedonv@amazon.com>
This commit is contained in:
parent
9c016b5d12
commit
352e0512e8
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- uses: ibiqlik/action-yamllint@v3
|
||||
with:
|
||||
format: auto
|
||||
- uses: golangci/golangci-lint-action@v3
|
||||
- uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: v1.55.2
|
||||
args: -v
|
||||
|
Loading…
x
Reference in New Issue
Block a user