Skip to content

Commit ba997c5

Browse files
author
Sergey Vilgelm
authored
Use the latest version of golangci-lint in action (#1280)
1 parent d38d047 commit ba997c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: lint
1919
uses: golangci/golangci-lint-action@v2
2020
with:
21-
version: v1.28
21+
version: latest
2222
tests-on-windows:
2323
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
2424
runs-on: windows-latest

0 commit comments

Comments
 (0)