Skip to content

Commit 77e5e9c

Browse files
chore(deps): update dependency go to v1.25.6 (#6169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ae0d13 commit 77e5e9c

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.5
3+
ARG GO_VERSION=1.25.6
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.5
3+
go 1.25.6
44

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

0 commit comments

Comments
 (0)