Skip to content

Commit 2979505

Browse files
committed
Fix
1 parent 7d54c3a commit 2979505

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,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
14+
version: v1.29
1515
args: --timeout 5m

0 commit comments

Comments
 (0)