Skip to content

Commit 722a3a9

Browse files
committed
update golangci-lint-action
1 parent 92fedf5 commit 722a3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v2
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v1
31+
uses: golangci/golangci-lint-action@v2
3232
with:
3333
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
34-
version: v1.27
34+
version: v1.32
3535

3636
test:
3737
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)