Skip to content

Commit 4c912d3

Browse files
committed
gha: update golangci/golangci-lint-action@v9
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 5504b63 commit 4c912d3

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
@@ -29,9 +29,9 @@ jobs:
2929
go-version: ${{ matrix.go-version }}
3030

3131
- name: lint
32-
uses: golangci/golangci-lint-action@v7
32+
uses: golangci/golangci-lint-action@v9
3333
with:
34-
version: v2.1
34+
version: v2.7
3535
args: --print-resources-usage --timeout=10m --verbose
3636

3737
- name: Test

0 commit comments

Comments
 (0)