-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): update helm and go version in ci workflow (#675)
* feat(ci): update helm and go version in ci workflow Signed-off-by: yxxhero <[email protected]> * refactor: use _ to discard fmt.Fprintf return value Signed-off-by: yxxhero <[email protected]> * fix more lint issue Signed-off-by: yxxhero <[email protected]> * fix more lint issue Signed-off-by: yxxhero <[email protected]> --------- Signed-off-by: yxxhero <[email protected]>
- Loading branch information
Showing
7 changed files
with
27 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters