Skip to content

Commit f5a8334

Browse files
committed
update golangci-lint action
1 parent f19d503 commit f5a8334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
matrix:
2323
go-version: ["1.21.x"]
2424
steps:
25-
- uses: actions/setup-go@v3
25+
- uses: actions/setup-go@v5
2626
with:
2727
go-version: ${{ matrix.go-version }}
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 2
3131
- name: terraform fmt
3232
run: |
3333
make tflint
3434
- name: golangci-lint
35-
uses: golangci/golangci-lint-action@v3
35+
uses: golangci/golangci-lint-action@v6
3636
with:
3737
version: v1.55.2
3838
only-new-issues: true

0 commit comments

Comments
 (0)