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 1759e3a commit 96083f7Copy full SHA for 96083f7
.github/workflows/lint.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Package helm chart
30
run : ./scripts/build-chart && BUILD_TARGET=helm-project-operator ./scripts/build-chart
31
- name: golangci-lint
32
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 #
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 #
33
with:
34
# Require: The version of golangci-lint to use.
35
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
0 commit comments