Skip to content

Commit 7b7cdec

Browse files
authored
chore: bump golangci version (#703)
1 parent 831de93 commit 7b7cdec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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
15-
args: "--timeout=1m"
14+
version: v1.32.2
15+
args: --timeout 5m

0 commit comments

Comments
 (0)