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: I2cdcba30605fe440df218e5cfd0f4f6ff00f5dd0master
parent
b4645c9567
commit
84118cd102
|
@ -710,6 +710,10 @@ almost directly in Go source code.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(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"))
|
#:import-path "github.com/alecthomas/template"))
|
||||||
(home-page "https://github.com/alecthomas/template")
|
(home-page "https://github.com/alecthomas/template")
|
||||||
(synopsis "Fork of Go's text/template adding newline elision")
|
(synopsis "Fork of Go's text/template adding newline elision")
|
||||||
|
|
Reference in New Issue