Upgraded to Go 1.13.0 due to segmentation faults on ARM devices. (Fixes #2823)
This commit is contained in:
parent
3efbcb6c0a
commit
b8951e8693
1 changed files with 4 additions and 4 deletions
|
@ -9,12 +9,12 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang:1.12.9
|
||||
image: golang:1.13.0
|
||||
commands:
|
||||
- go test ./...
|
||||
|
||||
- name: build
|
||||
image: golang:1.12.9
|
||||
image: golang:1.13.0
|
||||
commands:
|
||||
- sh scripts/build.sh
|
||||
environment:
|
||||
|
@ -80,7 +80,7 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.12.9
|
||||
image: golang:1.13.0
|
||||
commands:
|
||||
- sh scripts/build.sh
|
||||
environment:
|
||||
|
@ -142,7 +142,7 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.12.9
|
||||
image: golang:1.13.0
|
||||
commands:
|
||||
- sh scripts/build.sh
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue