feat: 更新应用版本为 v1.24.11
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-16 17:02:45 +08:00
parent f1b3357c32
commit d0236753db
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
# 软件包本地服务器: http://pkgs.colovu.com/dist
ARG APP_NAME=go
ARG APP_VER=1.23.12
ARG APP_VER=1.24.11
ARG REGISTRY_URL="swr.cn-north-4.myhuaweicloud.com/colovu/"
ARG APT_SOURCE=aliyun
ARG LOCAL_URL=""
@@ -35,8 +35,8 @@ ARG LOCAL_URL
ARG TARGETARCH
# 下载并解压软件包
# https://golang.google.cn/dl/go1.23.12.linux-amd64.tar.gz
# https://golang.google.cn/dl/go1.23.12.linux-arm64.tar.gz
# https://golang.google.cn/dl/go1.24.11.linux-amd64.tar.gz
# https://golang.google.cn/dl/go1.24.11.linux-arm64.tar.gz
RUN set -eux; \
case "$TARGETARCH" in \
amd64) appArch=x64 ;; \
+2 -2
View File
@@ -9,7 +9,7 @@
**Golang 版本信息:**
- 1.23.12
- 1.24.11
**镜像信息:**
@@ -30,7 +30,7 @@ $ docker run -it --rm swr.cn-north-4.myhuaweicloud.com/colovu/golang:latest go v
## 更新记录
- 2025/1/15: 添加 Golang 版本为 1.23.12
- 2026/1/16: 添加 Golang 版本为 1.24.11
----