Skip to content

Commit e3d7aa8

Browse files
committed
chore(go): bump version 1.23
1 parent 66b008c commit e3d7aa8

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.22
7-
ENV GOLANGCI_LINT_VERSION=v1.56.2
6+
ENV GO_VERSION=1.23
7+
ENV GOLANGCI_LINT_VERSION=v1.61.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.
@@ -34,7 +34,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3434
zip \
3535
shellcheck \
3636
etcd-server \
37-
&& UPX_VERSION=4.0.2 \
37+
&& UPX_VERSION=4.2.4 \
3838
&& OS_ARCH=$(dpkg --print-architecture) \
3939
&& wget https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-${OS_ARCH}_linux.tar.xz \
4040
&& tar -Jxvf upx-${UPX_VERSION}-${OS_ARCH}_linux.tar.xz \

0 commit comments

Comments
 (0)