golang: bump to 1.26rc3

This commit is contained in:
gitea-action
2026-02-07 13:04:53 +08:00
parent 8a87e6715e
commit 3a0a5ef43b
+2 -2
View File
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
GO_VERSION_MAJOR_MINOR:=1.26rc2
GO_VERSION_MAJOR_MINOR:=1.26rc3
GO_VERSION_PATCH:=
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:=e25cc8c5ffe1241a5d87199209243d70c24847260fb1ea7b163a95b537de65ac
PKG_HASH:=b77da707e0388565dd8147023c4d5c46c4c003a6e1f71350f637cf5d80ad2e9b
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=BSD-3-Clause