We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785571b commit 2b63d34Copy full SHA for 2b63d34
.github/workflows/golangci-lint.yml
@@ -21,7 +21,7 @@ jobs:
21
go-version: 1.17
22
- uses: actions/checkout@v3
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
25
with:
26
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
27
version: v1.29
@@ -43,4 +43,4 @@ jobs:
43
# skip-pkg-cache: true
44
45
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
46
- # skip-build-cache: true
+ # skip-build-cache: true
0 commit comments