Skip to content

Commit 3cc2851

Browse files
committed
chore(go-dev): bump go version to 1.25
1 parent ab759c6 commit 3cc2851

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rootfs/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
33

44
LABEL name="drycc-go-dev"
55

6-
ENV GO_VERSION=1.24
7-
ENV GOLANGCI_LINT_VERSION=v1.64.8
6+
ENV GO_VERSION=1.25
7+
ENV GOLANGCI_LINT_VERSION=v2.4.0
88

99
# This is a huge one-liner to optimize the Container image layer.
1010
# We disable source repos to speed up apt-get update.
@@ -35,7 +35,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3535
zip \
3636
shellcheck \
3737
etcd-server \
38-
&& UPX_VERSION=4.2.4 \
38+
&& UPX_VERSION=5.0.2 \
3939
&& OS_ARCH=$(dpkg --print-architecture) \
4040
&& wget https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-${OS_ARCH}_linux.tar.xz \
4141
&& tar -Jxvf upx-${UPX_VERSION}-${OS_ARCH}_linux.tar.xz \

0 commit comments

Comments
 (0)