Skip to content

Commit 663ac6b

Browse files
committed
task: make golangci-lint on gh action match local
1 parent 258410c commit 663ac6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ jobs:
1919
- name: lint
2020
uses: golangci/[email protected]
2121
with:
22-
version: v1.41.1
22+
version: v1.62.2
2323

2424
tests-on-unix:
2525
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
2929
golang:
30-
- 1.23
30+
- 'stable'
31+
- 'oldstable'
3132

3233
steps:
3334
- name: Checkout repository

0 commit comments

Comments
 (0)