We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2d48e commit 34a43b5Copy full SHA for 34a43b5
.github/workflows/golangci-lint.yml
@@ -15,6 +15,6 @@ jobs:
15
with:
16
go-version: "1.25"
17
- name: golangci-lint
18
- uses: golangci/golangci-lint-action@v6 # https://github.com/marketplace/actions/run-golangci-lint
+ uses: golangci/golangci-lint-action@v8 # https://github.com/marketplace/actions/run-golangci-lint
19
20
version: latest
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Helm
30
uses: azure/setup-helm@v4
31
32
- version: 3.14.0
+ version: 3.19.0
33
34
- name: Add dependency chart repos
35
run: |
0 commit comments