chore(ci): use BETA 17 for CI

This commit is contained in:
Kjeld Schouten
2025-04-10 19:10:20 +02:00
parent cbc9e2daa1
commit bfa0e23468
7 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
- name: Install ./clustertool
shell: bash
run: |
VERSION="2.0.0-BETA-10"
VERSION="2.0.0-BETA-17"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- name: Install ./clustertool
shell: bash
run: |
VERSION="2.0.0-BETA-10"
VERSION="2.0.0-BETA-17"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Install ./clustertool
shell: bash
run: |
VERSION="2.0.0-BETA-10"
VERSION="2.0.0-BETA-17"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"