Skip to content

Commit 9c8fb7e

Browse files
authored
Update golangci-lint-action (#4)
1 parent f14b115 commit 9c8fb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: golangci-lint
17-
uses: golangci/[email protected].0
17+
uses: golangci/[email protected].1
1818
with:
1919
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
2020
version: v1.31

0 commit comments

Comments
 (0)