Use golang:1.13-alpine
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-05-12 20:04:33 +02:00
parent 8f653778ee
commit a0ecb46a6f

View File

@ -7,7 +7,7 @@ workspace:
steps:
- name: testing
image: golang:1.12-alpine
image: golang:1.13-alpine
commands:
- export GOPATH=/go
- export CGO_ENABLED=0