mirror of https://gogs.blitter.com/RLabs/xs
				
				
				
			Reintroduce go mod init/tidy
This commit is contained in:
		
							parent
							
								
									653e732445
								
							
						
					
					
						commit
						254e9fb7d6
					
				| 
						 | 
				
			
			@ -29,10 +29,10 @@ ls
 | 
			
		|||
stage "Build"
 | 
			
		||||
############
 | 
			
		||||
echo "Recreating go.mod from scratch ..."
 | 
			
		||||
#!mv go.mod go.mod.git || true
 | 
			
		||||
#!mv go.sum go.sum.git || true
 | 
			
		||||
#!go mod init
 | 
			
		||||
#!go mod tidy
 | 
			
		||||
mv go.mod go.mod.git || true
 | 
			
		||||
mv go.sum go.sum.git || true
 | 
			
		||||
go mod init
 | 
			
		||||
go mod tidy
 | 
			
		||||
 | 
			
		||||
echo "Cleaning go mod cache ..."
 | 
			
		||||
go clean -modcache
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue