We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a94306 commit 209ab3fCopy full SHA for 209ab3f
.github/workflows/devstack.yml
@@ -7,7 +7,7 @@ env:
7
8
jobs:
9
external-dns-source-fake:
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
12
steps:
13
- name: Checkout external-dns-openstack-webhook
.github/workflows/go.yml
@@ -8,7 +8,7 @@ permissions:
build:
- runs-on: ubuntu-latest
- name: Set up Go
14
uses: actions/setup-go@v5
@@ -28,7 +28,7 @@ jobs:
28
release:
29
if: startsWith(github.event.ref, 'refs/tags/v')
30
needs: build
31
32
33
- name: Checkout Repository
34
uses: actions/checkout@v4
0 commit comments