travis, appveyor: bump to Go 1.11.4 (#18314)
* travis, appveyor: bump to Go 1.11.4 * internal/build: revert comment changes
This commit is contained in:
		
							parent
							
								
									57a90ad450
								
							
						
					
					
						commit
						ddaf48bf84
					
				| @ -156,7 +156,7 @@ matrix: | ||||
|       git: | ||||
|         submodules: false # avoid cloning ethereum/tests | ||||
|       before_install: | ||||
|         - curl https://storage.googleapis.com/golang/go1.11.2.linux-amd64.tar.gz | tar -xz | ||||
|         - curl https://storage.googleapis.com/golang/go1.11.4.linux-amd64.tar.gz | tar -xz | ||||
|         - export PATH=`pwd`/go/bin:$PATH | ||||
|         - export GOROOT=`pwd`/go | ||||
|         - export GOPATH=$HOME/go | ||||
|  | ||||
| @ -23,8 +23,8 @@ environment: | ||||
| install: | ||||
|   - git submodule update --init | ||||
|   - rmdir C:\go /s /q | ||||
|   - appveyor DownloadFile https://storage.googleapis.com/golang/go1.11.2.windows-%GETH_ARCH%.zip | ||||
|   - 7z x go1.11.2.windows-%GETH_ARCH%.zip -y -oC:\ > NUL | ||||
|   - appveyor DownloadFile https://storage.googleapis.com/golang/go1.11.4.windows-%GETH_ARCH%.zip | ||||
|   - 7z x go1.11.4.windows-%GETH_ARCH%.zip -y -oC:\ > NUL | ||||
|   - go version | ||||
|   - gcc --version | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user