go mod tidy
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
李亮亮 2024-05-10 11:32:51 +08:00
parent 97fe80739a
commit 4279fb600b
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ steps:
- name: build
image: golang:1.21.6
commands:
- go tidy
- go mod download
- go build -o md-view-go