ci: change drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
BusyBruce
2021-12-16 01:47:57 +08:00
parent 4eaff9b597
commit 8b490a9915

View File

@@ -8,7 +8,7 @@ platform:
steps:
- name: build
image: golang-alpine
image: golang
commands:
- go build
- go test