gnu: trezord: Use go-1.18.
* gnu/packages/finance.scm (trezord): [arguments]: <#:go>: Pin to go-1.18. Change-Id: I000c5ff0755bd247ae9311bb2c171404f751be99master
parent
b88045ec91
commit
a2b102257d
|
@ -1690,7 +1690,8 @@ trezord as a regular user instead of needing to it run as root.")
|
|||
(file-name (git-file-name name version))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/trezor/trezord-go"))
|
||||
`(#:go ,go-1.18
|
||||
#:import-path "github.com/trezor/trezord-go"))
|
||||
(native-inputs
|
||||
(list go-github-com-gorilla-csrf
|
||||
go-github-com-gorilla-handlers
|
||||
|
|
Reference in New Issue