Make sure we have go installed when building os packages (for build step dependencies)

This commit is contained in:
kolaente 2020-10-18 21:28:33 +02:00
parent 6dd7bcb0fe
commit 8b9b1984fc
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ steps:
image: goreleaser/nfpm
pull: true
commands:
- apk add git
- apk add git go
- ./mage-static release:packages
depends_on: [ static-build-linux ]