Skip to content

Commit 76a97f5

Browse files
authored
golangci/golangci-lint-action@v2
1 parent 0519b41 commit 76a97f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: golangci-lint
12-
uses: golangci/golangci-lint-action@v1
12+
uses: golangci/golangci-lint-action@v2
1313
with:
1414
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
1515
version: v1.27

0 commit comments

Comments
 (0)