Update go.yml

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

@ -22,6 +22,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Mod Tidy
Run: go Mod Tidy
- name: Build
run: go build -v .

Loading…
Cancel
Save