Update go.yml

Minizbot2012 4 years ago committed by GitHub
parent cef2cd7731
commit 4f072f4404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,9 @@ jobs:
path: ./src/github.com/${{ github.repository }}
- name: Mod Tidy
run: go mod tidy
run: |
ls
go mod tidy
- name: Build
run: go build -v .

Loading…
Cancel
Save