We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeccd2d commit 77bb393Copy full SHA for 77bb393
dist/images/Dockerfile.base
@@ -1,6 +1,6 @@
1
# syntax = docker/dockerfile:experimental
2
# renovate: datasource=golang-version depName=go
3
-ARG GO_VERSION=1.25.7
+ARG GO_VERSION=1.26.0
4
5
FROM ubuntu:24.04 AS openssl-builder
6
go.mod
module github.com/kubeovn/kube-ovn
-go 1.25.7
+go 1.26.0
require (
github.com/brianvoe/gofakeit/v7 v7.14.0
0 commit comments