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 / /