From 1ee4792b9ee62461502979cdfdf05c24732c7c84 Mon Sep 17 00:00:00 2001 From: Rui Fu Date: Fri, 22 May 2026 17:07:37 +0800 Subject: [PATCH] fix(build): upgrade Go to 1.25.10 --- Dockerfile | 2 +- go.mod | 2 +- go.work | 2 +- redhat.Dockerfile | 2 +- tests/go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7b577c07..a1005551 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.25.9-alpine3.22 as builder +FROM golang:1.25.10-alpine3.22 as builder ARG ACCESS_TOKEN="none" diff --git a/go.mod b/go.mod index e3efc520..439ec09c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/streamnative/pulsar-resources-operator -go 1.25.9 +go 1.25.10 require ( github.com/apache/pulsar-client-go v0.18.0-candidate-1.0.20260129140028-203dcf1cd22d diff --git a/go.work b/go.work index 1c29e28e..afbfe224 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.25.9 +go 1.25.10 use ( . diff --git a/redhat.Dockerfile b/redhat.Dockerfile index b049d8af..22ab24d1 100644 --- a/redhat.Dockerfile +++ b/redhat.Dockerfile @@ -27,7 +27,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.25.9-alpine3.22 as builder +FROM golang:1.25.10-alpine3.22 as builder ARG ACCESS_TOKEN="none" diff --git a/tests/go.mod b/tests/go.mod index bbef82d1..97865613 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,6 +1,6 @@ module github.com/streamnative/pulsar-resources-operator/tests -go 1.25.9 +go 1.25.10 require ( // pulsar-client-go latest version is v0.9.0,