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

This commit is contained in:
李亮亮 2024-05-10 11:30:25 +08:00
parent 4b90fcf5e1
commit e94cc57994
1 changed files with 1 additions and 0 deletions

View File

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