mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: go-pgregory-net-rapid: Use go-1.18.
* gnu/packages/golang-check.scm (go-pgregory-net-rapid): [arguments]: <#:go>: Pin to go-1.18. Change-Id: Ibecbf2465964796f2ef9b7bd832f3db727b3d446
This commit is contained in:
parent
3e656b6354
commit
b88045ec91
1 changed files with 1 additions and 0 deletions
|
@ -1375,6 +1375,7 @@ (define-public go-pgregory-net-rapid
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.18
|
||||
#:import-path "pgregory.net/rapid"))
|
||||
(home-page "https://pgregory.net/rapid/")
|
||||
(synopsis "Go property-based testing library")
|
||||
|
|
Loading…
Reference in a new issue