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
|
||||
image: golang:1.21.6
|
||||
commands:
|
||||
- go mod tidy
|
||||
- go build -o md-view-go
|
||||
|
||||
- name: docker
|
||||
|
|
Loading…
Reference in New Issue