Skip to content

Commit 77bb393

Browse files
chore(deps): update dependency go to v1.26.0 (#6293)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aeccd2d commit 77bb393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/images/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:experimental
22
# renovate: datasource=golang-version depName=go
3-
ARG GO_VERSION=1.25.7
3+
ARG GO_VERSION=1.26.0
44

55
FROM ubuntu:24.04 AS openssl-builder
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubeovn/kube-ovn
22

3-
go 1.25.7
3+
go 1.26.0
44

55
require (
66
github.com/brianvoe/gofakeit/v7 v7.14.0

0 commit comments

Comments
 (0)