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.

Signed-off-by: Dumitru Ceara <[email protected]>
Signed-off-by: Numan Siddique <[email protected]>
  • Loading branch information
dceara authored and numansiddique committed Aug 15, 2022
1 parent b95a455 commit 4a5e20e
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 @@ -13,10 +13,10 @@ concurrency:
cancel-in-progress: true

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 4a5e20e

Please sign in to comment.