Skip to content

Commit 1edf663

Browse files
bump linter to 1.51 and runner to v3
Signed-off-by: Andre Furlan <[email protected]>
1 parent ff5751d commit 1edf663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Lint
19-
uses: golangci/golangci-lint-action@v2
19+
uses: golangci/golangci-lint-action@v3
2020
with:
21-
version: v1.48
21+
version: v1.51
2222
build-and-test:
2323
name: Test and Build
2424
strategy:

0 commit comments

Comments
 (0)