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

master
Aravinth Manivannan 1 year ago
parent 69e36736ca
commit befb3780cc
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88

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