diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ steps: - name: build image: golang:latest commands: + - apt update -y - apt install -y python3-pip curl - go mod download - curl -sL https://git.io/goreleaser > goreleaser.sh |