apt update agh

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 - name: build
image: golang:latest image: golang:latest
commands: commands:
- apt update -y
- apt install -y python3-pip curl - apt install -y python3-pip curl
- go mod download - go mod download
- curl -sL https://git.io/goreleaser > goreleaser.sh - curl -sL https://git.io/goreleaser > goreleaser.sh