apt update agh
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-01-15 22:20:08 +00:00
parent 2c3c989480
commit 648f56f1d0

View File

@@ -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