gnu: trezord: Use go-1.18.
* gnu/packages/finance.scm (trezord): [arguments]: <#:go>: Pin to go-1.18. Change-Id: I000c5ff0755bd247ae9311bb2c171404f751be99
This commit is contained in:
		
							parent
							
								
									b88045ec91
								
							
						
					
					
						commit
						a2b102257d
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -1690,7 +1690,8 @@ trezord as a regular user instead of needing to it run as root.")
 | 
				
			||||||
       (file-name (git-file-name name version))))
 | 
					       (file-name (git-file-name name version))))
 | 
				
			||||||
    (build-system go-build-system)
 | 
					    (build-system go-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:import-path "github.com/trezor/trezord-go"))
 | 
					     `(#:go ,go-1.18
 | 
				
			||||||
 | 
					       #:import-path "github.com/trezor/trezord-go"))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list go-github-com-gorilla-csrf
 | 
					     (list go-github-com-gorilla-csrf
 | 
				
			||||||
           go-github-com-gorilla-handlers
 | 
					           go-github-com-gorilla-handlers
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue