Skip to content

Commit 34a43b5

Browse files
committed
Update golangci github action to version 8
1 parent 8b2d48e commit 34a43b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
go-version: "1.25"
1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@v6 # https://github.com/marketplace/actions/run-golangci-lint
18+
uses: golangci/golangci-lint-action@v8 # https://github.com/marketplace/actions/run-golangci-lint
1919
with:
2020
version: latest

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Helm
3030
uses: azure/setup-helm@v4
3131
with:
32-
version: 3.14.0
32+
version: 3.19.0
3333

3434
- name: Add dependency chart repos
3535
run: |

0 commit comments

Comments
 (0)