From f466e8927332aeafac1ae9adce966238dbbc3d49 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Thu, 1 Feb 2024 13:25:10 +0800 Subject: [PATCH] bump: update golang to 1.21.6 (#1263) 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 b622fb753..0b6f6b521 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@v3 with: - go-version: '1.21.0' + go-version: '1.21.6' - name: run goreleaser uses: goreleaser/goreleaser-action@v2 with: diff --git a/Dockerfile b/Dockerfile index 1525123e2..6a094bc65 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.21.0-alpine as builder +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.21.6-alpine as builder ARG TARGETPLATFORM RUN apk add git make ENV ORASPKG /oras