* [PR PATCH] go: update to 1.22.7.
@ 2024-10-01 3:20 klardotsh
2024-10-01 5:02 ` classabbyamp
2024-10-01 13:16 ` [PR PATCH] [Closed]: " classabbyamp
0 siblings, 2 replies; 3+ messages in thread
From: klardotsh @ 2024-10-01 3:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1558 bytes --]
There is a new pull request by klardotsh against master on the void-packages repository
https://github.com/klardotsh/void-packages klardotsh/go-1.22.6
https://github.com/void-linux/void-packages/pull/52439
go: update to 1.22.7.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
I rev-bumped and rebuilt #51699 using this Go toolchain (since doggo 1.0.5 took a hard dependency on Go >=1.22.6; we ship 1.22.5); the resulting binary worked. I did not strenuously test other packages or any other facets of the Go toolchain than those needed to build that package through `xbps-src`.
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/52439.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh/go-1.22.6-52439.patch --]
[-- Type: text/x-diff, Size: 980 bytes --]
From 1de253e23df1441601aa7f029aeaa85992928a80 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Mon, 30 Sep 2024 20:11:42 -0700
Subject: [PATCH] go: update to 1.22.7.
---
srcpkgs/go/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 964ca1a858c56b..5c83664ce07710 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
# Template file for 'go'
pkgname=go
-version=1.23.0
+version=1.22.7
revision=1
create_wrksrc=yes
build_wrksrc=go
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://go.dev/"
changelog="https://go.dev/doc/devel/release.html"
distfiles="https://go.dev/dl/go${version}.src.tar.gz"
-checksum=42b7a8e80d805daa03022ed3fde4321d4c3bf2c990a144165d01eeecd6f699c6
+checksum=66432d87d85e0cfac3edffe637d5930fc4ddf5793313fe11e4a0f333023c879f
nostrip=yes
noverifyrdeps=yes
# on CI it tries to use `git submodule`, which is not part of chroot-git
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: go: update to 1.22.7.
2024-10-01 3:20 [PR PATCH] go: update to 1.22.7 klardotsh
@ 2024-10-01 5:02 ` classabbyamp
2024-10-01 13:16 ` [PR PATCH] [Closed]: " classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-10-01 5:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52439#issuecomment-2384792625
Comment:
i think your doggo branch is just outdated?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Closed]: go: update to 1.22.7.
2024-10-01 3:20 [PR PATCH] go: update to 1.22.7 klardotsh
2024-10-01 5:02 ` classabbyamp
@ 2024-10-01 13:16 ` classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-10-01 13:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1391 bytes --]
There's a closed pull request on the void-packages repository
go: update to 1.22.7.
https://github.com/void-linux/void-packages/pull/52439
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
I rev-bumped and rebuilt #51699 using this Go toolchain (since doggo 1.0.5 took a hard dependency on Go >=1.22.6; we ship 1.22.5); the resulting binary worked. I did not strenuously test other packages or any other facets of the Go toolchain than those needed to build that package through `xbps-src`.
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-01 13:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-01 3:20 [PR PATCH] go: update to 1.22.7 klardotsh
2024-10-01 5:02 ` classabbyamp
2024-10-01 13:16 ` [PR PATCH] [Closed]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).