Skip to content

Commit ad7ac8b

Browse files
chore(deps): update dependency go to v1.26.0 (release-1.14) (#6294)
* chore(deps): update dependency go to v1.26.0 * update golanglci-lint Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com> --------- Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mengxin Liu <liumengxinfly@gmail.com>
1 parent 2196e20 commit ad7ac8b

File tree

4 files changed

+3
-177
lines changed

4 files changed

+3
-177
lines changed

.github/workflows/build-x86-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
# renovate: datasource=github-releases depName=kind packageName=kubernetes-sigs/kind
2525
KIND_VERSION: v0.29.0
2626
# renovate: datasource=github-releases depName=golangci-lint packageName=golangci/golangci-lint
27-
GOLANGCI_LINT_VERSION: v2.4.0
27+
GOLANGCI_LINT_VERSION: v2.10.1
2828
# renovate: datasource=github-releases depName=helm packageName=helm/helm
2929
HELM_VERSION: v3.18.3
3030
# renovate: datasource=github-releases depName=submariner packageName=submariner-io/submariner

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/Microsoft/go-winio v0.6.2

kube-ovn-pinger.yaml

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)