fix: drone.yml error image name
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
lab 2021-12-25 02:52:10 +08:00
parent 65451f5c3b
commit fcede98765

View File

@ -8,7 +8,7 @@ platform:
steps: steps:
- name: build - name: build
image: glang:1.17-alpine image: golang:1.17-alpine
pull: if-not-exists pull: if-not-exists
environment: environment:
CGO_ENABLED: 0 CGO_ENABLED: 0