Upgrade Go and Alpine
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-05-06 02:22:59 -07:00
parent 7cc5c91dce
commit 2733d4f567
3 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ name: default
steps:
- name: test
image: golang:1.14.4
image: golang:1.16.3
commands:
- go test -v
- go build