fix: golang docker img
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2022-08-18 15:47:37 +05:30
parent 69e36736ca
commit befb3780cc
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 5 additions and 5 deletions

View File

@ -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