Skip to content

Commit 731221f

Browse files
committed
github actions: update golangci-lint-action to v2
v1.2.2 is deprecated due to forgetting to change the minimum version of golangci-lint to v1.28.3. See issue: golangci/golangci-lint-action#39
1 parent 597ee9f commit 731221f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: golangci-lint
13-
uses: golangci/golangci-lint-action@v1
13+
uses: golangci/golangci-lint-action@v2
1414
with:
1515
# Required: the version of golangci-lint specified without patch version
16-
version: v1.26
16+
version: v1.29

0 commit comments

Comments
 (0)