From 847a759609306aca3589a7c08fced738cacc2b74 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Thu, 24 Jul 2025 21:17:28 +0800 Subject: [PATCH] build: update Helm version to v3.17.4 and Go to 1.24.5 Signed-off-by: yxxhero --- .github/workflows/ci.yaml | 10 +++++----- go.mod | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14e977c7..706f64ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] shell: [ default ] experimental: [ false ] - helm-version: [ v3.18.4, v3.17.3 ] + helm-version: [ v3.18.4, v3.17.4 ] include: - os: windows-latest shell: wsl @@ -61,16 +61,16 @@ jobs: - os: windows-latest shell: wsl experimental: false - helm-version: v3.17.3 + helm-version: v3.17.4 - os: windows-latest shell: cygwin experimental: false - helm-version: v3.17.3 + helm-version: v3.17.4 - os: ubuntu-latest container: alpine shell: sh experimental: false - helm-version: v3.17.3 + helm-version: v3.17.4 steps: - name: Disable autocrlf @@ -111,7 +111,7 @@ jobs: # That's why we cover only 2 Helm minor versions in this matrix. # See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context. - helm-version: v3.18.4 - - helm-version: v3.17.3 + - helm-version: v3.17.4 steps: - uses: engineerd/setup-kind@v0.6.2 with: diff --git a/go.mod b/go.mod index 10629ff7..423117be 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/databus23/helm-diff/v3 -go 1.24.2 +go 1.24.5 require ( github.com/Masterminds/semver/v3 v3.4.0