go mod tidy
ci/woodpecker/push/build Pipeline failed
Details
ci/woodpecker/push/build Pipeline failed
Details
This commit is contained in:
parent
4b90fcf5e1
commit
e94cc57994
|
@ -2,6 +2,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.21.6
|
image: golang:1.21.6
|
||||||
commands:
|
commands:
|
||||||
|
- go mod tidy
|
||||||
- go build -o md-view-go
|
- go build -o md-view-go
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
|
|
Loading…
Reference in New Issue