Skip to content

Commit ffa0f95

Browse files
authored
build: update golang to 1.25 in Dockerfile.release (#942)
Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent fc4a645 commit ffa0f95

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile.release

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
FROM golang:1.24
1+
FROM golang:1.25
22

33
# See https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt
44
# for the latest gh install instructions when the below didn't work
55

66
RUN type -p curl >/dev/null || (apt update && apt install curl -y)
77

88
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
9-
&& chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
10-
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
11-
&& apt update \
12-
&& apt install gh -y
9+
&& chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
10+
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
11+
&& apt update \
12+
&& apt install gh -y
1313

1414
ARG HELM_DIFF_UID
1515

0 commit comments

Comments
 (0)