diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 26951df4137..0c973f8db68 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:experimental # renovate: datasource=golang-version depName=go -ARG GO_VERSION=1.25.7 +ARG GO_VERSION=1.26.0 FROM ubuntu:24.04 AS openssl-builder diff --git a/go.mod b/go.mod index 754ad1bd0b0..bd2f6640b59 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kubeovn/kube-ovn -go 1.25.7 +go 1.26.0 require ( github.com/brianvoe/gofakeit/v7 v7.14.0