We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f052ec commit 448f78bCopy full SHA for 448f78b
_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