Skip to content

Commit e91ac6c

Browse files
committed
Use latest golangci-lint to lint golangci-lint
Signed-off-by: Tam Mach <sayboras@yahoo.com>
1 parent 306cbb0 commit e91ac6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
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)