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:
|
pipeline:
|
||||||
# build-test:
|
build-test:
|
||||||
# image: go
|
image: golang
|
||||||
# commands:
|
commands:
|
||||||
# - go build
|
- go build
|
||||||
# - go test
|
- go test
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
Reference in a new issue