fixes goreleaser version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Steadfast 2021-03-08 09:52:57 +01:00
parent 739848b99f
commit 57bcab7996

View File

@ -16,14 +16,12 @@ steps:
- name: go-bindata
image: golang:latest
pull: always
commands:
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
- go-bindata -pkg assets -o assets/bindata.go -nomemcopy /bin/true
- name: lint
image: golangci/golangci-lint:latest
pull: always
commands:
- make lint
depends_on:
@ -46,8 +44,7 @@ steps:
- test
- name: build
image: goreleaser/goreleaser:latest
pull: always
image: goreleaser/goreleaser:v0.159.0
commands:
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
- make build
@ -60,8 +57,7 @@ steps:
- tag
- name: release
image: goreleaser/goreleaser:latest
pull: always
image: goreleaser/goreleaser:v0.159.0
environment:
GITHUB_TOKEN:
from_secret: github_token