We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 704c444 + be78132 commit e1be39cCopy full SHA for e1be39c
.github/workflows/golangci-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
20
- name: golangci-lint
21
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
+ uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47
22
with:
23
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
24
version: latest
0 commit comments