Skip to content

Commit 804cc3b

Browse files
authored
chore: bump golangci-lint (#1535)
1 parent dae9a7a commit 804cc3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: golangci-lint
11-
uses: golangci/golangci-lint-action@v1
11+
uses: golangci/golangci-lint-action@v2
1212
with:
1313
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
14-
version: v1.27
14+
version: v1.32.2

0 commit comments

Comments
 (0)