Skip to content

Commit

Permalink
undo changes to gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
padraigmc committed Feb 10, 2025
1 parent 0a40840 commit 5e75dd4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5e75dd4

Please sign in to comment.