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:
Sharlatan Hellseher 2024-07-15 11:08:06 +01:00
parent 3e656b6354
commit b88045ec91
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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