feat: install go-bindata
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Settel 2022-11-04 22:04:08 +01:00
parent e478fc26b1
commit 8f7ec91912
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,8 @@ pipeline:
when:
branch: none
backend:
image: golang
image: golang:1.18-alpine
commands:
- apk add go-bindata
- make -C server setup
- make -C server build

View File

@ -3,7 +3,6 @@ info:
@perl -ne 'm/^([a-zA-Z0-9\-]+):/ && print(" $$1\n");' Makefile
setup:
-which go-bindata || (cd src/ && go get -u github.com/jteeuwen/go-bindata/...)
cd src/ && go mod tidy
build: