Skip to content

Commit 348b9ac

Browse files
committed
feat(ci): update helm and go version in ci workflow
Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent fe9c4da commit 348b9ac

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
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.15.4, v3.16.1 ]
46+
helm-version: [ v3.15.4, v3.16.2 ]
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.16.1
64+
helm-version: v3.16.2
6565
- os: windows-latest
6666
shell: cygwin
6767
experimental: false
68-
helm-version: v3.16.1
68+
helm-version: v3.16.2
6969
- os: ubuntu-latest
7070
container: alpine
7171
shell: sh
7272
experimental: false
73-
helm-version: v3.16.1
73+
helm-version: v3.16.2
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.15.4
114-
- helm-version: v3.16.1
114+
- helm-version: v3.16.2
115115
steps:
116116
- uses: engineerd/setup-kind@v0.5.0
117117
with:

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
go-version-file: 'go.mod'
2222
- uses: golangci/golangci-lint-action@v6
2323
with:
24-
version: v1.56.0
24+
version: v1.61.0

go.mod

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

3-
go 1.22.0
4-
5-
toolchain go1.22.4
3+
go 1.23.2
64

75
require (
86
github.com/Masterminds/semver/v3 v3.3.0

0 commit comments

Comments
 (0)