11 Commits
24.x ... 25.x

Author SHA1 Message Date
0fdccad2dd golang: bump to 1.25.4
Signed-off-by: zhao <zj18139624826@gmail.com>
2025-11-06 01:29:04 +00:00
gitea-action
f122f14c2a golang: bump to 1.25.3 2025-10-14 06:10:25 +08:00
gitea-action
6eeff33bf4 golang: bump to 1.25.2 2025-10-08 03:10:18 +08:00
gitea-action
ae55f29bdf golang: bump to 1.25.1 2025-09-04 02:10:18 +08:00
gitea-action
dbcd4b5a64 golang: bump to 1.25.0 2025-08-13 06:10:13 +08:00
gitea-action
ac1594adf4 golang: bump to 1.25rc3 2025-08-07 03:10:25 +08:00
gitea-action
7f46386f4e golang: bump to 1.25rc2 2025-07-09 02:10:14 +08:00
gitea-action
3a446659ee golang: bump to 1.25rc1 2025-06-29 19:10:11 +08:00
gitea-action
a1fb8ff9c1 golang: bump to 1.25rc1 2025-06-29 18:13:17 +08:00
gitea-action
654f5197b8 golang: bump to 1.25rc1 2025-06-17 15:00:17 +08:00
sbwml
bf6312a89f golang 1.25.x init
Signed-off-by: sbwml <admin@cooluc.com>
2025-06-17 14:58:17 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ After the `./scripts/feeds install -a` operation is completed, execute the follo
```shell
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 24.x feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 25.x feeds/packages/lang/golang
```

View File

@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
GO_VERSION_MAJOR_MINOR:=1.24
GO_VERSION_MAJOR_MINOR:=1.25
GO_VERSION_PATCH:=4
PKG_NAME:=golang
@@ -20,7 +20,7 @@ GO_SOURCE_URLS:=https://dl.google.com/go/ \
PKG_SOURCE:=go$(PKG_VERSION).src.tar.gz
PKG_SOURCE_URL:=$(GO_SOURCE_URLS)
PKG_HASH:=5a86a83a31f9fa81490b8c5420ac384fd3d95a3e71fba665c7b3f95d1dfef2b4
PKG_HASH:=160043b7f17b6d60b50369436917fda8d5034640ba39ae2431c6b95a889cc98c
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=BSD-3-Clause
@@ -374,4 +374,4 @@ endef
$(eval $(call HostBuild))
$(eval $(call BuildPackage,golang))
$(eval $(call BuildPackage,golang-doc))
$(eval $(call BuildPackage,golang-src))
$(eval $(call BuildPackage,golang-src))