Build with Go 1.23

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2024-10-07 15:50:27 +03:00
parent 08238eada7
commit fc1e4a48ed
6 changed files with 110 additions and 96 deletions
+3 -3
View File
@@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Kubernetes
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
with:
cluster_name: kind
- name: Build container image
@@ -26,7 +26,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@v3
with:
version: v3.14.3
version: v3.16.1
- name: Deploy
run: ./test/deploy.sh
- name: Run integration tests
@@ -52,7 +52,7 @@ jobs:
- name: Setup Timoni
uses: stefanprodan/timoni/actions/setup@main
- name: Setup Kubernetes
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
with:
cluster_name: kind
- name: Build container
+2 -2
View File
@@ -35,11 +35,11 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
- name: Setup Helm
uses: azure/setup-helm@v3
with:
version: v3.14.3
version: v3.16.1
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
with:
+3 -3
View File
@@ -10,7 +10,7 @@ permissions:
contents: read
env:
KUBERNETES_VERSION: 1.26.0
KUBERNETES_VERSION: 1.31.0
jobs:
test:
@@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
cache-dependency-path: |
**/go.sum
**/go.mod
@@ -34,7 +34,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@v3
with:
version: v3.14.3
version: v3.16.1
- name: Setup CUE
uses: cue-lang/setup-cue@v1.0.0
- name: Setup Timoni