mirror of
https://github.com/xiaoqidun/goenv.git
synced 2025-08-30 18:08:01 +08:00
feat(升级版本): 升级版本到1.25.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -6,7 +6,7 @@ node:
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: debian
|
image: debian:trixie
|
||||||
commands:
|
commands:
|
||||||
- sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|g" /etc/apt/sources.list.d/debian.sources
|
- sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|g" /etc/apt/sources.list.d/debian.sources
|
||||||
- apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/*
|
- apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# 基础镜像
|
# 基础镜像
|
||||||
FROM golang:1.24.6-bookworm
|
FROM golang:1.25.0-trixie
|
||||||
|
|
||||||
# 作者信息
|
# 作者信息
|
||||||
LABEL authors="xiaoqidun"
|
LABEL authors="xiaoqidun"
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# 基础镜像
|
# 基础镜像
|
||||||
FROM golang:1.24.6-bookworm
|
FROM golang:1.25.0-trixie
|
||||||
|
|
||||||
# 作者信息
|
# 作者信息
|
||||||
LABEL authors="xiaoqidun"
|
LABEL authors="xiaoqidun"
|
||||||
|
Reference in New Issue
Block a user