Merge pull request #40 from tphoney/fix_master

(maint) bump go version in build to match go.mod
This commit is contained in:
TP Honey
2021-10-21 11:06:04 +01:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ platform:
steps:
- name: test
image: golang:1.12
image: golang:1.13
commands:
- go test -cover ./...
volumes:
@@ -16,7 +16,7 @@ steps:
path: /go
- name: build
image: golang:1.12
image: golang:1.13
commands:
- sh scripts/build.sh
volumes: