feat(更新版本): 更新到1.24.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-13 03:00:13 +08:00
parent 68fa94a8c6
commit 8b42279af8
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.24rc3-bookworm
FROM golang:1.24.0-bookworm
# 作者信息
LABEL authors="xiaoqidun"
@ -11,9 +11,9 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
# 安装android ndk
COPY android-ndk-r27c /usr/local/android-ndk-r27c
COPY android-ndk-r28 /usr/local/android-ndk-r28
# 环境变量
ENV PATH=$PATH:/usr/local/android-ndk-r27c/toolchains/llvm/prebuilt/linux-x86_64/bin
ENV PATH=$PATH:/usr/local/android-ndk-r28/toolchains/llvm/prebuilt/linux-x86_64/bin
ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.aite.xyz,direct