Skip to content

Commit 448f78b

Browse files
Update dependency go to v1.24.1
Signed-off-by: renovate[bot] <[email protected]>
1 parent 6f052ec commit 448f78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/bootstrap/golang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euxo pipefail
44
. /etc/profile
55

66
# renovate: datasource=golang-version depName=go
7-
GOLANG_VERSION=1.24.0
7+
GOLANG_VERSION=1.24.1
88
GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-$(dpkg --print-architecture).tar.gz
99

1010
curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \

0 commit comments

Comments
 (0)