Unverified Commit 78644f03 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #19405 from SamuelMarks/go1.12.2

appveyor: Upgrade to go1.12.2
parents bca140b7 de195bf1
...@@ -4,7 +4,7 @@ sudo: false ...@@ -4,7 +4,7 @@ sudo: false
matrix: matrix:
include: include:
- os: linux - os: linux
dist: trusty dist: xenial
sudo: required sudo: required
go: 1.10.x go: 1.10.x
script: script:
...@@ -15,7 +15,7 @@ matrix: ...@@ -15,7 +15,7 @@ matrix:
- go run build/ci.go test -coverage $TEST_PACKAGES - go run build/ci.go test -coverage $TEST_PACKAGES
- os: linux - os: linux
dist: trusty dist: xenial
sudo: required sudo: required
go: 1.11.x go: 1.11.x
script: script:
...@@ -27,7 +27,7 @@ matrix: ...@@ -27,7 +27,7 @@ matrix:
# These are the latest Go versions. # These are the latest Go versions.
- os: linux - os: linux
dist: trusty dist: xenial
sudo: required sudo: required
go: 1.12.x go: 1.12.x
script: script:
...@@ -54,7 +54,7 @@ matrix: ...@@ -54,7 +54,7 @@ matrix:
# This builder only tests code linters on latest version of Go # This builder only tests code linters on latest version of Go
- os: linux - os: linux
dist: trusty dist: xenial
go: 1.12.x go: 1.12.x
env: env:
- lint - lint
...@@ -66,7 +66,7 @@ matrix: ...@@ -66,7 +66,7 @@ matrix:
# This builder does the Ubuntu PPA upload # This builder does the Ubuntu PPA upload
- if: repo = ethereum/go-ethereum AND type = push - if: repo = ethereum/go-ethereum AND type = push
os: linux os: linux
dist: trusty dist: xenial
go: 1.12.x go: 1.12.x
env: env:
- ubuntu-ppa - ubuntu-ppa
...@@ -88,7 +88,7 @@ matrix: ...@@ -88,7 +88,7 @@ matrix:
# This builder does the Linux Azure uploads # This builder does the Linux Azure uploads
- if: repo = ethereum/go-ethereum AND type = push - if: repo = ethereum/go-ethereum AND type = push
os: linux os: linux
dist: trusty dist: xenial
sudo: required sudo: required
go: 1.12.x go: 1.12.x
env: env:
...@@ -122,7 +122,7 @@ matrix: ...@@ -122,7 +122,7 @@ matrix:
# This builder does the Linux Azure MIPS xgo uploads # This builder does the Linux Azure MIPS xgo uploads
- if: repo = ethereum/go-ethereum AND type = push - if: repo = ethereum/go-ethereum AND type = push
os: linux os: linux
dist: trusty dist: xenial
services: services:
- docker - docker
go: 1.12.x go: 1.12.x
...@@ -150,7 +150,7 @@ matrix: ...@@ -150,7 +150,7 @@ matrix:
# This builder does the Android Maven and Azure uploads # This builder does the Android Maven and Azure uploads
- if: repo = ethereum/go-ethereum AND type = push - if: repo = ethereum/go-ethereum AND type = push
os: linux os: linux
dist: trusty dist: xenial
addons: addons:
apt: apt:
packages: packages:
...@@ -216,7 +216,7 @@ matrix: ...@@ -216,7 +216,7 @@ matrix:
# This builder does the Azure archive purges to avoid accumulating junk # This builder does the Azure archive purges to avoid accumulating junk
- if: repo = ethereum/go-ethereum AND type = cron - if: repo = ethereum/go-ethereum AND type = cron
os: linux os: linux
dist: trusty dist: xenial
go: 1.12.x go: 1.12.x
env: env:
- azure-purge - azure-purge
...@@ -228,7 +228,7 @@ matrix: ...@@ -228,7 +228,7 @@ matrix:
- name: Race Detector for Swarm - name: Race Detector for Swarm
if: repo = ethersphere/go-ethereum if: repo = ethersphere/go-ethereum
os: linux os: linux
dist: trusty dist: xenial
go: 1.12.x go: 1.12.x
git: git:
submodules: false # avoid cloning ethereum/tests submodules: false # avoid cloning ethereum/tests
......
...@@ -23,8 +23,8 @@ environment: ...@@ -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://dl.google.com/go/go1.12.1.windows-%GETH_ARCH%.zip - appveyor DownloadFile https://dl.google.com/go/go1.12.2.windows-%GETH_ARCH%.zip
- 7z x go1.12.1.windows-%GETH_ARCH%.zip -y -oC:\ > NUL - 7z x go1.12.2.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
- go version - go version
- gcc --version - gcc --version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment