From 0977b05091648c60a14f3405533db4d93643cd64 Mon Sep 17 00:00:00 2001 From: weizhoublue <45163302+weizhoublue@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:04:46 +0000 Subject: [PATCH] robot updated golang version Signed-off-by: ty-dc --- .github/workflows/auto-upgrade-ci.yaml | 2 +- .github/workflows/e2e-init.yaml | 2 +- .github/workflows/lint-golang.yaml | 6 +++--- Makefile.version | 2 +- images/spiderpool-agent/Dockerfile | 2 +- images/spiderpool-base/Dockerfile | 2 +- images/spiderpool-controller/Dockerfile | 2 +- images/spiderpool-plugins/Dockerfile | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/auto-upgrade-ci.yaml b/.github/workflows/auto-upgrade-ci.yaml index 925144d791..3f2e78ce4e 100644 --- a/.github/workflows/auto-upgrade-ci.yaml +++ b/.github/workflows/auto-upgrade-ci.yaml @@ -195,7 +195,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v5 with: - go-version: 1.23.1 + go-version: 1.23.2 - name: Install Tools run: | diff --git a/.github/workflows/e2e-init.yaml b/.github/workflows/e2e-init.yaml index 3d5df79589..0257bdfdaf 100644 --- a/.github/workflows/e2e-init.yaml +++ b/.github/workflows/e2e-init.yaml @@ -96,7 +96,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v5 with: - go-version: 1.23.1 + go-version: 1.23.2 - name: Install Tools run: | diff --git a/.github/workflows/lint-golang.yaml b/.github/workflows/lint-golang.yaml index 86fd94e877..df78904bf4 100644 --- a/.github/workflows/lint-golang.yaml +++ b/.github/workflows/lint-golang.yaml @@ -82,7 +82,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.23.1 + go-version: 1.23.2 - name: Checkout code uses: actions/checkout@v4 @@ -138,7 +138,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.23.1 + go-version: 1.23.2 - name: Checkout code uses: actions/checkout@v4 @@ -192,7 +192,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.23.1 + go-version: 1.23.2 - name: Checkout code uses: actions/checkout@v4 diff --git a/Makefile.version b/Makefile.version index defd03b78c..8bc1317c88 100644 --- a/Makefile.version +++ b/Makefile.version @@ -1,2 +1,2 @@ -GO_VERSION := 1.23.1 +GO_VERSION := 1.23.2 GINKGO_VERSION := 2.1.3 diff --git a/images/spiderpool-agent/Dockerfile b/images/spiderpool-agent/Dockerfile index f88a64cb84..39f1d04e94 100644 --- a/images/spiderpool-agent/Dockerfile +++ b/images/spiderpool-agent/Dockerfile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 ARG BASE_IMAGE=ghcr.io/spidernet-io/spiderpool/spiderpool-base:1f8330482d25b58d2ae26bc6252e20384bac92ad -ARG GOLANG_IMAGE=docker.io/library/golang:1.23.1@sha256:2fe82a3f3e006b4f2a316c6a21f62b66e1330ae211d039bb8d1128e12ed57bf1 +ARG GOLANG_IMAGE=docker.io/library/golang:1.23.2@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 #======= build bin ========== FROM --platform=${BUILDPLATFORM} ${GOLANG_IMAGE} as builder diff --git a/images/spiderpool-base/Dockerfile b/images/spiderpool-base/Dockerfile index be8ab95e1f..2bd69b4a89 100644 --- a/images/spiderpool-base/Dockerfile +++ b/images/spiderpool-base/Dockerfile @@ -3,7 +3,7 @@ # docker buildx build -t testbase:latest --platform=linux/arm64,linux/amd64 --output type=docker . -ARG GOLANG_IMAGE=docker.io/library/golang:1.23.1@sha256:2fe82a3f3e006b4f2a316c6a21f62b66e1330ae211d039bb8d1128e12ed57bf1 +ARG GOLANG_IMAGE=docker.io/library/golang:1.23.2@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 ARG UBUNTU_IMAGE=docker.io/library/ubuntu:20.04@sha256:bea6d19168bbfd6af8d77c2cc3c572114eb5d113e6f422573c93cb605a0e2ffb diff --git a/images/spiderpool-controller/Dockerfile b/images/spiderpool-controller/Dockerfile index 71061050df..43c1ef771b 100644 --- a/images/spiderpool-controller/Dockerfile +++ b/images/spiderpool-controller/Dockerfile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 ARG BASE_IMAGE=ghcr.io/spidernet-io/spiderpool/spiderpool-base:1f8330482d25b58d2ae26bc6252e20384bac92ad -ARG GOLANG_IMAGE=docker.io/library/golang:1.23.1@sha256:2fe82a3f3e006b4f2a316c6a21f62b66e1330ae211d039bb8d1128e12ed57bf1 +ARG GOLANG_IMAGE=docker.io/library/golang:1.23.2@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 #======= build bin ========== FROM --platform=${BUILDPLATFORM} ${GOLANG_IMAGE} as builder diff --git a/images/spiderpool-plugins/Dockerfile b/images/spiderpool-plugins/Dockerfile index a4ced74be1..97f23c9f72 100644 --- a/images/spiderpool-plugins/Dockerfile +++ b/images/spiderpool-plugins/Dockerfile @@ -1,7 +1,7 @@ # Copyright 2023 Authors of spidernet-io # SPDX-License-Identifier: Apache-2.0 -ARG GOLANG_IMAGE=docker.io/library/golang:1.23.1@sha256:2fe82a3f3e006b4f2a316c6a21f62b66e1330ae211d039bb8d1128e12ed57bf1 +ARG GOLANG_IMAGE=docker.io/library/golang:1.23.2@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 #======= build plugins ========== FROM --platform=${BUILDPLATFORM} ${GOLANG_IMAGE} as builder