diff --git a/.drone.yml b/.drone.yml index da7386f..32e879d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ type: docker name: compile steps: - name: Compile project - image: goloang:latest + image: golang:latest commands: - go build trigger: