From d41a893bbf104935b64c5080994fddb004c74fb6 Mon Sep 17 00:00:00 2001 From: Song Gao Date: Fri, 27 Dec 2024 11:23:46 +0800 Subject: [PATCH] feat: upgrade go 1.23.4 (#3484) Signed-off-by: Song Gao --- .github/workflows/build_packages.yaml | 8 ++++---- contract/go.mod | 2 +- deploy/docker/Dockerfile | 2 +- deploy/docker/Dockerfile-alpine-python | 2 +- deploy/docker/Dockerfile-dev | 2 +- deploy/docker/Dockerfile-full | 2 +- deploy/docker/Dockerfile-kubernetes-tool | 2 +- deploy/docker/Dockerfile-slim | 2 +- deploy/docker/Dockerfile-slim-python | 2 +- go.mod | 2 +- go.work | 4 ++-- sdk/go/go.mod | 2 +- sdk/go/go.work | 4 ++-- tools/kubernetes/go.mod | 2 +- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build_packages.yaml b/.github/workflows/build_packages.yaml index 66ab7e423a..18d4c804e2 100644 --- a/.github/workflows/build_packages.yaml +++ b/.github/workflows/build_packages.yaml @@ -33,7 +33,7 @@ jobs: strategy: matrix: golang: - - 1.23.1 + - 1.23.4 arch: ${{fromJson(needs.prepare.outputs.arch)}} os: - debian @@ -81,7 +81,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v5 with: - go-version: '1.23.1' + go-version: '1.23.4' - name: prepare run: | brew install zip unzip gnu-sed zmq @@ -119,7 +119,7 @@ jobs: - "-slim-python" - "-full" golang: - - 1.23.1 + - 1.23.4 steps: - uses: actions/checkout@v4 @@ -213,7 +213,7 @@ jobs: - [ debian, "slim" ] - [ alpine, "alpine" ] golang: - - 1.23.1 + - 1.23.4 exclude: - arch: linux/arm/v7 - os: [ alpine,"alpine" ] diff --git a/contract/go.mod b/contract/go.mod index fd6ce87e13..bc2d7bc062 100644 --- a/contract/go.mod +++ b/contract/go.mod @@ -1,3 +1,3 @@ module github.com/lf-edge/ekuiper/contract/v2 -go 1.23.1 +go 1.23.4 diff --git a/deploy/docker/Dockerfile b/deploy/docker/Dockerfile index e82199afdf..5bf7686a41 100644 --- a/deploy/docker/Dockerfile +++ b/deploy/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.23.1 +ARG GO_VERSION=1.23.4 FROM ghcr.io/lf-edge/ekuiper/base:$GO_VERSION-alpine AS builder COPY . /go/kuiper diff --git a/deploy/docker/Dockerfile-alpine-python b/deploy/docker/Dockerfile-alpine-python index 936cebecfb..82cb247aab 100644 --- a/deploy/docker/Dockerfile-alpine-python +++ b/deploy/docker/Dockerfile-alpine-python @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.23.1 +ARG GO_VERSION=1.23.4 FROM ghcr.io/lf-edge/ekuiper/base:$GO_VERSION-alpine AS builder COPY . /go/kuiper diff --git a/deploy/docker/Dockerfile-dev b/deploy/docker/Dockerfile-dev index a2972895e3..e510e7bfcc 100644 --- a/deploy/docker/Dockerfile-dev +++ b/deploy/docker/Dockerfile-dev @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.23.1 +ARG GO_VERSION=1.23.4 FROM ghcr.io/lf-edge/ekuiper/base:$GO_VERSION-debian AS builder COPY . /go/kuiper diff --git a/deploy/docker/Dockerfile-full b/deploy/docker/Dockerfile-full index e78ae247e1..8ab2a02eb8 100644 --- a/deploy/docker/Dockerfile-full +++ b/deploy/docker/Dockerfile-full @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.23.1 +ARG GO_VERSION=1.23.4 FROM ghcr.io/lf-edge/ekuiper/base:$GO_VERSION-debian AS builder COPY . /go/kuiper diff --git a/deploy/docker/Dockerfile-kubernetes-tool b/deploy/docker/Dockerfile-kubernetes-tool index 74b9fe9d90..664b42d69d 100644 --- a/deploy/docker/Dockerfile-kubernetes-tool +++ b/deploy/docker/Dockerfile-kubernetes-tool @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.1-alpine AS builder +FROM golang:1.23.4-alpine AS builder COPY . /go/kuiper diff --git a/deploy/docker/Dockerfile-slim b/deploy/docker/Dockerfile-slim index 2e3110209b..24b95ab414 100644 --- a/deploy/docker/Dockerfile-slim +++ b/deploy/docker/Dockerfile-slim @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.23.1 +ARG GO_VERSION=1.23.4 FROM ghcr.io/lf-edge/ekuiper/base:$GO_VERSION-debian AS builder COPY . /go/kuiper diff --git a/deploy/docker/Dockerfile-slim-python b/deploy/docker/Dockerfile-slim-python index 20e4755fbc..d00423f0b8 100644 --- a/deploy/docker/Dockerfile-slim-python +++ b/deploy/docker/Dockerfile-slim-python @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.23.1 +ARG GO_VERSION=1.23.4 FROM ghcr.io/lf-edge/ekuiper/base:$GO_VERSION-debian AS builder COPY . /go/kuiper diff --git a/go.mod b/go.mod index 00633a9173..8149ac6913 100644 --- a/go.mod +++ b/go.mod @@ -383,4 +383,4 @@ replace ( google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 ) -go 1.23.1 +go 1.23.4 diff --git a/go.work b/go.work index ec04487cf8..426a127172 100644 --- a/go.work +++ b/go.work @@ -1,6 +1,6 @@ -go 1.23.1 +go 1.23.4 -toolchain go1.23.1 +toolchain go1.23.4 use ( . diff --git a/sdk/go/go.mod b/sdk/go/go.mod index 1955f1e4a3..da063929bc 100644 --- a/sdk/go/go.mod +++ b/sdk/go/go.mod @@ -1,6 +1,6 @@ module github.com/lf-edge/ekuiper/sdk/go -go 1.23.1 +go 1.23.4 require ( github.com/keepeye/logrus-filename v0.0.0-20190711075016-ce01a4391dd1 diff --git a/sdk/go/go.work b/sdk/go/go.work index 0441b6715f..2a2ca9ea1e 100644 --- a/sdk/go/go.work +++ b/sdk/go/go.work @@ -1,6 +1,6 @@ -go 1.23.1 +go 1.23.4 -toolchain go1.23.1 +toolchain go1.23.4 use ( . diff --git a/tools/kubernetes/go.mod b/tools/kubernetes/go.mod index 7b3ad71439..9289ed3ef1 100644 --- a/tools/kubernetes/go.mod +++ b/tools/kubernetes/go.mod @@ -10,4 +10,4 @@ require ( gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect ) -go 1.23.1 +go 1.23.4