Skip to content

Commit c4a82b6

Browse files
committed
dump golang 1.23.12
Signed-off-by: clyi <clyi@alauda.io>
1 parent 47f8c01 commit c4a82b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/images/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:experimental
2-
ARG GO_VERSION=1.23.10
2+
ARG GO_VERSION=1.23.12
33

44
FROM ubuntu:22.04 AS ovs-builder
55

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.23.10
3+
go 1.23.12
44

55
require (
66
github.com/Microsoft/go-winio v0.6.2

0 commit comments

Comments
 (0)