File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
18
18
- stage : build
19
19
os : linux
20
20
dist : xenial
21
- go : 1.10 .x
21
+ go : 1.11 .x
22
22
script :
23
- - go run build/ci.go install
24
- - go run build/ci.go test -coverage $TEST_PACKAGES
23
+ - go run build/ci.go install
24
+ - go run build/ci.go test -coverage $TEST_PACKAGES
25
25
26
26
- stage : build
27
27
os : linux
28
28
dist : xenial
29
- go : 1.11 .x
29
+ go : 1.12 .x
30
30
script :
31
31
- go run build/ci.go install
32
32
- go run build/ci.go test -coverage $TEST_PACKAGES
@@ -35,14 +35,14 @@ jobs:
35
35
- stage : build
36
36
os : linux
37
37
dist : xenial
38
- go : 1.12 .x
38
+ go : 1.13 .x
39
39
script :
40
40
- go run build/ci.go install
41
41
- go run build/ci.go test -coverage $TEST_PACKAGES
42
42
43
43
- stage : build
44
44
os : osx
45
- go : 1.12 .x
45
+ go : 1.13 .x
46
46
script :
47
47
- echo "Increase the maximum number of open file descriptors on macOS"
48
48
- NOFILE=20480
61
61
if : type = push
62
62
os : linux
63
63
dist : xenial
64
- go : 1.12 .x
64
+ go : 1.13 .x
65
65
env :
66
66
- ubuntu-ppa
67
67
git :
85
85
os : linux
86
86
dist : xenial
87
87
sudo : required
88
- go : 1.12 .x
88
+ go : 1.13 .x
89
89
env :
90
90
- azure-linux
91
91
git :
@@ -121,7 +121,7 @@ jobs:
121
121
dist : xenial
122
122
services :
123
123
- docker
124
- go : 1.12 .x
124
+ go : 1.13 .x
125
125
env :
126
126
- azure-linux-mips
127
127
git :
@@ -167,7 +167,7 @@ jobs:
167
167
git :
168
168
submodules : false # avoid cloning ethereum/tests
169
169
before_install :
170
- - curl https://dl.google.com/go/go1.12 .linux-amd64.tar.gz | tar -xz
170
+ - curl https://dl.google.com/go/go1.13 .linux-amd64.tar.gz | tar -xz
171
171
- export PATH=`pwd`/go/bin:$PATH
172
172
- export GOROOT=`pwd`/go
173
173
- export GOPATH=$HOME/go
@@ -185,7 +185,7 @@ jobs:
185
185
- stage : build
186
186
if : type = push
187
187
os : osx
188
- go : 1.12 .x
188
+ go : 1.13 .x
189
189
env :
190
190
- azure-osx
191
191
- azure-ios
@@ -216,7 +216,7 @@ jobs:
216
216
if : type = cron
217
217
os : linux
218
218
dist : xenial
219
- go : 1.12 .x
219
+ go : 1.13 .x
220
220
env :
221
221
- azure-purge
222
222
git :
Original file line number Diff line number Diff line change 1
1
# Build Geth in a stock Go builder container
2
- FROM golang:1.12 -alpine as builder
2
+ FROM golang:1.13 -alpine as builder
3
3
4
4
RUN apk add --no-cache make gcc musl-dev linux-headers git
5
5
Original file line number Diff line number Diff line change 1
1
# Build Geth in a stock Go builder container
2
- FROM golang:1.12 -alpine as builder
2
+ FROM golang:1.13 -alpine as builder
3
3
4
4
RUN apk add --no-cache make gcc musl-dev linux-headers git
5
5
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ environment:
23
23
install :
24
24
- git submodule update --init
25
25
- rmdir C:\go /s /q
26
- - appveyor DownloadFile https://dl.google.com/go/go1.12.9 .windows-%GETH_ARCH%.zip
27
- - 7z x go1.12.9 .windows-%GETH_ARCH%.zip -y -oC:\ > NUL
26
+ - appveyor DownloadFile https://dl.google.com/go/go1.13 .windows-%GETH_ARCH%.zip
27
+ - 7z x go1.13 .windows-%GETH_ARCH%.zip -y -oC:\ > NUL
28
28
- go version
29
29
- gcc --version
30
30
You can’t perform that action at this time.
0 commit comments