Update go.yml

This commit is contained in:
naudachu 2023-06-04 21:09:26 +05:00 committed by GitHub
parent bf28ab1064
commit 6af77a4d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Vverify dependencies
run: go mod verify
- name: Build
run: go build -v ./cmd/main.go