travis, appveyor: bump to Go 1.11.2 (#18031)
This commit is contained in:
		
				
					committed by
					
						 Péter Szilágyi
						Péter Szilágyi
					
				
			
			
				
	
			
			
			
						parent
						
							e2640a96d4
						
					
				
				
					commit
					80e2f3aca4
				
			| @@ -148,7 +148,7 @@ matrix: | |||||||
|       git: |       git: | ||||||
|         submodules: false # avoid cloning ethereum/tests |         submodules: false # avoid cloning ethereum/tests | ||||||
|       before_install: |       before_install: | ||||||
|         - curl https://storage.googleapis.com/golang/go1.11.1.linux-amd64.tar.gz | tar -xz |         - curl https://storage.googleapis.com/golang/go1.11.2.linux-amd64.tar.gz | tar -xz | ||||||
|         - export PATH=`pwd`/go/bin:$PATH |         - export PATH=`pwd`/go/bin:$PATH | ||||||
|         - export GOROOT=`pwd`/go |         - export GOROOT=`pwd`/go | ||||||
|         - export GOPATH=$HOME/go |         - export GOPATH=$HOME/go | ||||||
|   | |||||||
| @@ -23,8 +23,8 @@ environment: | |||||||
| install: | install: | ||||||
|   - git submodule update --init |   - git submodule update --init | ||||||
|   - rmdir C:\go /s /q |   - rmdir C:\go /s /q | ||||||
|   - appveyor DownloadFile https://storage.googleapis.com/golang/go1.11.1.windows-%GETH_ARCH%.zip |   - appveyor DownloadFile https://storage.googleapis.com/golang/go1.11.2.windows-%GETH_ARCH%.zip | ||||||
|   - 7z x go1.11.1.windows-%GETH_ARCH%.zip -y -oC:\ > NUL |   - 7z x go1.11.2.windows-%GETH_ARCH%.zip -y -oC:\ > NUL | ||||||
|   - go version |   - go version | ||||||
|   - gcc --version |   - gcc --version | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user