Skip to content

ci: use OS 2024.2 on ubuntu-22.04 for testing #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/devstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
external-dns-source-fake:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout external-dns-openstack-webhook
Expand All @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: openstack/devstack
ref: 'stable/2024.1'
ref: 'stable/2024.2'
path: ./devstack

- name: Set up Go
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
ENABLE_HTTPD_MOD_WSGI_SERVICES=True
DESIGNATE_BACKEND_DRIVER=bind9

enable_plugin designate https://opendev.org/openstack/designate stable/2024.1
enable_plugin designate https://opendev.org/openstack/designate stable/2024.2
enable_service designate,designate-central,designate-api,designate-zone-manager,designate-mdns,designate-worker,designate-producer
EOF
working-directory: ./devstack
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module external-dns-openstack-webhook

go 1.23
go 1.23.3

toolchain go1.23.4

require (
Expand Down
Loading