From 84118cd1025e77ec06804dfbbfe63869f6417266 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 14 Jul 2024 20:48:45 +0100 Subject: gnu: go-github-com-alecthomas-template: Use go-1.17. * gnu/packages/golang-xyz.scm (go-github-com-alecthomas-template) [arguments]: <#:go>: Pin to go-1.17. Change-Id: I2cdcba30605fe440df218e5cfd0f4f6ff00f5dd0 --- gnu/packages/golang-xyz.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 9a85f7399dc..9931911e320 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -710,6 +710,10 @@ almost directly in Go source code.") (build-system go-build-system) (arguments (list + ;; XXX: Failing on a newer Golang version: FAIL: TestJSEscaping + ;; (0.00s) exec_test.go:757: JS escaping [unprintable ﷿] got + ;; [unprintable ﷿] want [unprintable \uFDFF] + #:go go-1.17 #:import-path "github.com/alecthomas/template")) (home-page "https://github.com/alecthomas/template") (synopsis "Fork of Go's text/template adding newline elision") -- cgit v1.2.3