From f61bb2fd72ecbe8cc7566a2f345c8b2e734eb93d Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Tue, 18 Feb 2025 21:43:03 +0800 Subject: [PATCH] revert to go1.23 --- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f112e0a..41efc9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - run: git fetch --force --tags - uses: actions/setup-go@v5 with: - go-version: '1.24' + go-version: '1.23' cache: true # More assembly might be required: Docker logins, GPG, etc. It all depends # on your needs. diff --git a/Dockerfile b/Dockerfile index 59e9414..3a434c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx -FROM --platform=$BUILDPLATFORM golang:1.24-alpine3.20 AS builder +FROM --platform=$BUILDPLATFORM golang:1.23-alpine3.20 AS builder COPY --from=xx / /