Skip to content

Commit

Permalink
github: ovn-kubernetes: Update go, kube and libovsdb versions.
Browse files Browse the repository at this point in the history
With this they'll match the current upstream ovn-kubernetes code.

(cherry picked from commit 4a5e20e)
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
dceara committed Sep 28, 2022
1 parent e520418 commit 130a8d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/ovn-kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN rm rpm/rpmbuild/RPMS/x86_64/*debug*
RUN rm rpm/rpmbuild/RPMS/x86_64/*docker*

# Build ovn-kubernetes
FROM golang:1.17 as ovnkubebuilder
FROM golang:1.18 as ovnkubebuilder
ARG OVNKUBE_COMMIT
ARG LIBOVSDB_COMMIT

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ovn-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
- cron: '0 0 * * 0'

env:
GO_VERSION: "1.17.6"
K8S_VERSION: v1.23.3
GO_VERSION: "1.18.4"
K8S_VERSION: v1.24.0
OVNKUBE_COMMIT: "master"
LIBOVSDB_COMMIT: "8081fe24e48f"
LIBOVSDB_COMMIT: "98c0bad3cff1"
KIND_CLUSTER_NAME: ovn
KIND_INSTALL_INGRESS: true
KIND_ALLOW_SYSTEM_WRITES: true
Expand Down

0 comments on commit 130a8d3

Please sign in to comment.