go: Update to 1.25.0.

This commit is contained in:
Michael Aldridge 2025-08-28 18:58:22 -05:00
parent 0a536ea036
commit c66e229c82

View file

@ -1,6 +1,6 @@
# Template file for 'go' # Template file for 'go'
pkgname=go pkgname=go
version=1.24.5 version=1.25.0
revision=1 revision=1
_bootstrap="1.22.6" _bootstrap="1.22.6"
create_wrksrc=yes create_wrksrc=yes
@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://go.dev/" homepage="https://go.dev/"
changelog="https://go.dev/doc/devel/release.html" changelog="https://go.dev/doc/devel/release.html"
distfiles="https://go.dev/dl/go${version}.src.tar.gz" distfiles="https://go.dev/dl/go${version}.src.tar.gz"
checksum=74fdb09f2352e2b25b7943e56836c9b47363d28dec1c8b56c4a9570f30b8f59f checksum=4bd01e91297207bfa450ea40d4d5a93b1b531a5e438473b2a06e18e077227225
nostrip=yes nostrip=yes
noverifyrdeps=yes noverifyrdeps=yes
# on CI it tries to use `git submodule`, which is not part of chroot-git # on CI it tries to use `git submodule`, which is not part of chroot-git