Upgrade go version to 1.16
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2021-08-13 06:44:50 +00:00
parent 58c81bfac5
commit 5e0c6a02cc

View File

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