Skip to content

Commit

Permalink
update gh actions to new go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dergeberl committed Oct 28, 2022
1 parent e26c174 commit d03841c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.19
- uses: actions/checkout@v3
- name: run-generate
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.19
- name: golangci-lint
run: |
make lint
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.17']
go: ['1.19']
steps:
- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -86,9 +86,7 @@ jobs:
version: v0.12.0
cluster_name: kind
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
uses: azure/setup-helm@v3
- name: Deploy helm-chart
run: |
kind load docker-image local-kind-test:test
Expand Down Expand Up @@ -122,12 +120,10 @@ jobs:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.4.0
with:
version: v0.12.0
version: v0.16.0
cluster_name: kind
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
uses: azure/setup-helm@v3
- name: Deploy helm-chart
run: |
kind load docker-image local-kind-test:test
Expand Down

0 comments on commit d03841c

Please sign in to comment.