From 1dbf7929bcf86063948cac4ef82bde53a4b3e3b4 Mon Sep 17 00:00:00 2001 From: Rui Fu Date: Tue, 11 Mar 2025 16:26:15 +0800 Subject: [PATCH] use go1.22.12 --- .github/workflows/e2e_test.yml | 4 ++-- Dockerfile | 2 +- go.mod | 2 +- go.work | 2 +- redhat.Dockerfile | 2 +- tests/go.mod | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e_test.yml b/.github/workflows/e2e_test.yml index 0af8f738..094b0592 100644 --- a/.github/workflows/e2e_test.yml +++ b/.github/workflows/e2e_test.yml @@ -55,10 +55,10 @@ jobs: - name: Cleanup disk run: sudo rm -rf /usr/local/.ghcup - - name: Set up Go 1.22.11 + - name: Set up Go 1.22.12 uses: actions/setup-go@v3 with: - go-version: '1.22.11' + go-version: '1.22.12' id: go - name: Set up Git token diff --git a/Dockerfile b/Dockerfile index c16991ee..7794303d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.22.11-alpine3.20 as builder +FROM golang:1.22.12-alpine3.20 as builder ARG ACCESS_TOKEN="none" diff --git a/go.mod b/go.mod index 26088ed0..520153f4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/streamnative/pulsar-resources-operator -go 1.22.11 +go 1.22.12 toolchain go1.24.0 diff --git a/go.work b/go.work index d68fb7d0..3608c326 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.22.11 +go 1.22.12 toolchain go1.24.0 diff --git a/redhat.Dockerfile b/redhat.Dockerfile index 2e911db0..94665f5c 100644 --- a/redhat.Dockerfile +++ b/redhat.Dockerfile @@ -27,7 +27,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.22.11-alpine3.20 as builder +FROM golang:1.22.12-alpine3.20 as builder ARG ACCESS_TOKEN="none" diff --git a/tests/go.mod b/tests/go.mod index 1145e2ee..0b88c7b0 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,6 +1,6 @@ module github.com/streamnative/pulsar-resources-operator/tests -go 1.22.11 +go 1.22.12 require ( // pulsar-client-go latest version is v0.9.0,