me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2024-07-14 20:48:45 +01:00
parent b4645c9567
commit 84118cd102
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 4 additions and 0 deletions

View File

@ -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")