Skip to content

Commit 6cec112

Browse files
bump linter to 1.51 (#113)
2 parents ff5751d + 1edf663 commit 6cec112

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)