~ruther/guix-local

c2528ddb3c03bedae0971f94aaf1d73749efa48e — Sharlatan Hellseher 5 months ago 0bb20af
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
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/golang-web.scm
M gnu/packages/golang-web.scm => gnu/packages/golang-web.scm +4 -3
@@ 12086,14 12086,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"    ;Go@1.24 forces vet, but tests are not ready yet
              ;; panic: empty transcript [recovered]
              "-skip" "TestQueuePacketConnWriteToKCP")))
    (native-inputs
     (list go-github-com-stretchr-testify))
    (propagated-inputs