We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5818b0a commit 810fb83Copy full SHA for 810fb83
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.6
+ARG GO_VERSION=1.25.7
4
5
FROM ubuntu:24.04 AS openssl-builder
6
go.mod
module github.com/kubeovn/kube-ovn
-go 1.25.6
+go 1.25.7
require (
github.com/Microsoft/go-winio v0.6.2
0 commit comments