From 2d0431db83f518b279552f58977bd36b8f091680 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Tue, 14 May 2024 15:54:38 +0800 Subject: [PATCH] bump: update Golang to v1.22.3 (#1380) Signed-off-by: Billy Zha --- .github/workflows/release-github.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 4869c7452..f48a0621b 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -29,7 +29,7 @@ jobs: - name: setup go environment uses: actions/setup-go@v5 with: - go-version: '1.22.1' + go-version: '1.22.3' - name: run goreleaser uses: goreleaser/goreleaser-action@v5 with: diff --git a/Dockerfile b/Dockerfile index e45c37127..91bc29572 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22.1-alpine as builder +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22.3-alpine as builder ARG TARGETPLATFORM RUN apk add git make ENV ORASPKG /oras