From 5e75dd4186b601279aac8db412b2701e768768e6 Mon Sep 17 00:00:00 2001 From: padraigmc Date: Mon, 10 Feb 2025 15:13:16 +0000 Subject: [PATCH] undo changes to gh actions --- .github/workflows/main.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4443174a..56200fae 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ on: paths-ignore: ["**.md"] jobs: validate: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 with: @@ -25,7 +25,7 @@ jobs: fi docker-build: needs: validate - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 - name: Determine Tag @@ -38,7 +38,7 @@ jobs: uses: actions/setup-go@v2 with: # The Go version to download (if necessary) and use. Supports semver spec and ranges. - go-version: 1.22.4 + go-version: 1.23.4 - name: Setup dependencies run: | [ -z "${GOPATH}" ] && export GOPATH=$HOME/go @@ -96,7 +96,7 @@ jobs: integration-test: needs: docker-build - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 - name: Create kind cluster @@ -154,7 +154,7 @@ jobs: helm-publish: if: github.event_name == 'push' needs: integration-test - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 with: @@ -175,7 +175,7 @@ jobs: tag-repo: if: github.event_name == 'push' needs: helm-publish - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 with: