From b88045ec9144a37ce90e178bede80ae6c9b7f900 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 15 Jul 2024 11:08:06 +0100 Subject: [PATCH] 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 --- gnu/packages/golang-check.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index b3c5286a72..0822338943 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -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")