diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 11:08:06 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 12:17:54 +0100 |
commit | b88045ec9144a37ce90e178bede80ae6c9b7f900 (patch) | |
tree | fef601e59ae9491e47e7f5ee2bf90a93adc267f7 /gnu/packages/golang-check.scm | |
parent | 3e656b6354b7f374c1f8c874a33e4193690b27ff (diff) | |
download | guix-b88045ec9144a37ce90e178bede80ae6c9b7f900.tar.gz guix-b88045ec9144a37ce90e178bede80ae6c9b7f900.zip |
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
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r-- | gnu/packages/golang-check.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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") |