Skip to content

Commit 437f0ea

Browse files
authored
build: update Helm version to v3.17.4 and Go to 1.24.5 (#822)
Signed-off-by: yxxhero <[email protected]>
1 parent 095f985 commit 437f0ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
os: [ubuntu-latest, macos-latest, windows-latest]
4444
shell: [ default ]
4545
experimental: [ false ]
46-
helm-version: [ v3.18.4, v3.17.3 ]
46+
helm-version: [ v3.18.4, v3.17.4 ]
4747
include:
4848
- os: windows-latest
4949
shell: wsl
@@ -61,16 +61,16 @@ jobs:
6161
- os: windows-latest
6262
shell: wsl
6363
experimental: false
64-
helm-version: v3.17.3
64+
helm-version: v3.17.4
6565
- os: windows-latest
6666
shell: cygwin
6767
experimental: false
68-
helm-version: v3.17.3
68+
helm-version: v3.17.4
6969
- os: ubuntu-latest
7070
container: alpine
7171
shell: sh
7272
experimental: false
73-
helm-version: v3.17.3
73+
helm-version: v3.17.4
7474

7575
steps:
7676
- name: Disable autocrlf
@@ -111,7 +111,7 @@ jobs:
111111
# That's why we cover only 2 Helm minor versions in this matrix.
112112
# See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context.
113113
- helm-version: v3.18.4
114-
- helm-version: v3.17.3
114+
- helm-version: v3.17.4
115115
steps:
116116
- uses: engineerd/[email protected]
117117
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/databus23/helm-diff/v3
22

3-
go 1.24.2
3+
go 1.24.5
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

0 commit comments

Comments
 (0)