We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecedc63 commit c6885edCopy full SHA for c6885ed
_data/bootstrap/golang.sh
@@ -4,7 +4,7 @@ set -euxo pipefail
4
. /etc/profile
5
6
# renovate: datasource=golang-version depName=go
7
-GOLANG_VERSION=1.24.0
+GOLANG_VERSION=1.24.1
8
GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-$(dpkg --print-architecture).tar.gz
9
10
curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
0 commit comments