gnu: go-staticcheck: Fix build.
* gnu/packages/golang-check.scm (go-staticcheck) [arguments] <#:go>: Swap to go-1.20. Change-Id: Ic4550e063326d19247098f0713002359a4cc2750
This commit is contained in:
		
							parent
							
								
									82dacb49b2
								
							
						
					
					
						commit
						eff0cdd28f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -674,7 +674,7 @@ advanced Go linter.")
 | 
			
		|||
    (inherit go-honnef-co-go-tools)
 | 
			
		||||
    (name "go-staticcheck")
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:go ,go-1.18
 | 
			
		||||
     `(#:go ,go-1.20
 | 
			
		||||
       #:import-path "honnef.co/go/tools/cmd/staticcheck"
 | 
			
		||||
       #:unpack-path "honnef.co/go/tools"
 | 
			
		||||
       #:install-source? #f))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue