Skip to content

Commit 4fccd4e

Browse files
committed
update golangci-lint action
1 parent d53468b commit 4fccd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
run: |
2626
make tflint
2727
- name: golangci-lint
28-
uses: golangci/golangci-lint-action@v2
28+
uses: golangci/golangci-lint-action@v3
2929
with:
30-
version: v1.46.2
30+
version: v1.48.0
3131
only-new-issues: true
3232
build:
3333
name: Build

0 commit comments

Comments
 (0)