fix: golang docker img
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
69e36736ca
commit
befb3780cc
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
pipeline:
|
||||
# build-test:
|
||||
# image: go
|
||||
# commands:
|
||||
# - go build
|
||||
# - go test
|
||||
build-test:
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
|
||||
publish:
|
||||
image: plugins/docker
|
||||
|
|
Reference in a new issue