mirror of https://gogs.blitter.com/RLabs/xs
				
				
				
			CI script - unset GOMODULE
This commit is contained in:
		
							parent
							
								
									ccebf6f4b3
								
							
						
					
					
						commit
						4f9a064940
					
				| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export GOPATH="${HOME}/go"
 | 
					export GOPATH="${HOME}/go"
 | 
				
			||||||
export PATH=/usr/local/bin:/usr/bin:/usr/lib/ccache/bin:/bin:$GOPATH/bin
 | 
					export PATH=/usr/local/bin:/usr/bin:/usr/lib/ccache/bin:/bin:$GOPATH/bin
 | 
				
			||||||
export GO111MODULE=off
 | 
					unset GO111MODULE
 | 
				
			||||||
export GOPROXY="direct"
 | 
					export GOPROXY="direct"
 | 
				
			||||||
#!# GOCACHE will be phased out in v1.12. [github.com/golang/go/issues/26809]
 | 
					#!# GOCACHE will be phased out in v1.12. [github.com/golang/go/issues/26809]
 | 
				
			||||||
#!export GOCACHE="${HOME}/.cache/go-build"
 | 
					#!export GOCACHE="${HOME}/.cache/go-build"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue