Upgraded to Go 1.13.0 due to segmentation faults on ARM devices. (Fixes #2823)

This commit is contained in:
KN4CK3R 2019-09-11 22:50:36 +02:00
parent 3efbcb6c0a
commit b8951e8693

View file

@ -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: