Skip to content

Commit

Permalink
feat(ci): update helm and go version in ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <aiopsclub@163.com>
  • Loading branch information
yxxhero committed Oct 17, 2024
1 parent fe9c4da commit 348b9ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
shell: [ default ]
experimental: [ false ]
helm-version: [ v3.15.4, v3.16.1 ]
helm-version: [ v3.15.4, v3.16.2 ]
include:
- os: windows-latest
shell: wsl
Expand All @@ -61,16 +61,16 @@ jobs:
- os: windows-latest
shell: wsl
experimental: false
helm-version: v3.16.1
helm-version: v3.16.2
- os: windows-latest
shell: cygwin
experimental: false
helm-version: v3.16.1
helm-version: v3.16.2
- os: ubuntu-latest
container: alpine
shell: sh
experimental: false
helm-version: v3.16.1
helm-version: v3.16.2

steps:
- name: Disable autocrlf
Expand Down Expand Up @@ -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.15.4
- helm-version: v3.16.1
- helm-version: v3.16.2
steps:
- uses: engineerd/setup-kind@v0.5.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v6
with:
version: v1.56.0
version: v1.61.0
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/databus23/helm-diff/v3

go 1.22.0

toolchain go1.22.4
go 1.23.2

require (
github.com/Masterminds/semver/v3 v3.3.0
Expand Down

0 comments on commit 348b9ac

Please sign in to comment.