Skip to content

Commit afa9be6

Browse files
authored
Use latest golangci-lint to lint golangci-lint (#1206)
Signed-off-by: Tam Mach <[email protected]>
1 parent fbce520 commit afa9be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: lint
19-
uses: golangci/golangci-lint-action@v1
19+
uses: golangci/golangci-lint-action@v1.2.1
2020
with:
21-
version: v1.27
21+
version: v1.28
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)