Merge pull request #40 from tphoney/fix_master
(maint) bump go version in build to match go.mod
This commit is contained in:
@@ -8,7 +8,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: golang:1.12
|
image: golang:1.13
|
||||||
commands:
|
commands:
|
||||||
- go test -cover ./...
|
- go test -cover ./...
|
||||||
volumes:
|
volumes:
|
||||||
@@ -16,7 +16,7 @@ steps:
|
|||||||
path: /go
|
path: /go
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.12
|
image: golang:1.13
|
||||||
commands:
|
commands:
|
||||||
- sh scripts/build.sh
|
- sh scripts/build.sh
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user