me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -1375,6 +1375,7 @@ advanced Go linter.")
(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")