Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
go-version-file: "go.mod"

- name: Install dependencies
run: make bootstrap
Expand All @@ -41,36 +41,36 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
shell: [ default ]
experimental: [ false ]
helm-version: [ v3.18.6, v3.19.0 ]
shell: [default]
experimental: [false]
helm-version: [v3.19.0, v4.0.0]
include:
- os: windows-latest
shell: wsl
experimental: false
helm-version: v3.18.6
helm-version: v3.19.0
- os: windows-latest
shell: cygwin
experimental: false
helm-version: v3.18.6
helm-version: v3.19.0
- os: ubuntu-latest
container: alpine
shell: sh
experimental: false
helm-version: v3.18.6
helm-version: v3.19.0
- os: windows-latest
shell: wsl
experimental: false
helm-version: v3.19.0
helm-version: v4.0.0
- os: windows-latest
shell: cygwin
experimental: false
helm-version: v3.19.0
helm-version: v4.0.0
- os: ubuntu-latest
container: alpine
shell: sh
experimental: false
helm-version: v3.19.0
helm-version: v4.0.0

steps:
- name: Disable autocrlf
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@v4
with:
version: ${{ matrix.helm-version }}
version: "${{ matrix.helm-version }}"

- name: Setup WSL
if: "contains(matrix.shell, 'wsl')"
Expand Down Expand Up @@ -113,8 +113,7 @@ jobs:
steps:
- uses: engineerd/[email protected]
with:
skipClusterLogsExport: true

skipClusterLogsExport: true

- uses: actions/checkout@v5

Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ linters:
- golang.org/x/term
- gopkg.in/yaml.v2
- github.com/stretchr/testify/require
- helm.sh/helm/v3
- helm.sh/helm/v4
- k8s.io/api/core/v1
- k8s.io/apiextensions-apiserver
- k8s.io/apimachinery
Expand Down
Loading
Loading