ci: downgrade Go version to 1.24.0 in CI workflow and Dockerfile

This commit is contained in:
Laisky.Cai
2025-02-28 03:51:55 +00:00
parent e2a6c1f37a
commit 3f9f15675d
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat ./VERSION) npm run buil
DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat ./VERSION) npm run build --prefix /web/air & \
wait
FROM golang:1.24.1-bullseye AS builder2
FROM golang:1.24.0-bullseye AS builder2
# Make sure to use ARG with a default value
ARG TARGETARCH=amd64