guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit a413e4159130452e24cad8fbdd360d0f90f9bf08
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 15:42:34 2025 +0100
gnu:
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2:
Build with go-1.24.
* gnu/packages/golang-web.scm
(go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2)[arguments]
<go>: Use default (go-1.24).
<test-flags>: Don't vet during tests.
Change-Id: Ifb30c9316e84d209c5ed2b09782c5dedbc1de742
---
gnu/packages/golang-web.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 70b3eecddc..814746f85b 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -12025,14 +12025,15 @@ Go.")
(build-system go-build-system)
(arguments
(list
- #:go go-1.23
;; TODO: Project provides a Go library and also CLI builds for service,
;; client and proxy.
#:skip-build? #t
#:import-path
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2"
- ;; panic: empty transcript [recovered]
- #:test-flags #~(list "-skip" "TestQueuePacketConnWriteToKCP")))
+ #:test-flags
+ #~(list "-vet=off" ;[email protected] forces vet, but tests are not ready yet
+ ;; panic: empty transcript [recovered]
+ "-skip" "TestQueuePacketConnWriteToKCP")))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs