Skip to content

Commit

Permalink
Update dependency go to v1.23.5
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and tklauser committed Jan 21, 2025
1 parent beb2fde commit 16e8800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/bootstrap/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euxo pipefail
. /etc/profile

# renovate: datasource=golang-version depName=go
GOLANG_VERSION=1.23.4
GOLANG_VERSION=1.23.5
GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-$(dpkg --print-architecture).tar.gz

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

0 comments on commit 16e8800

Please sign in to comment.