Update go.yml

This commit is contained in:
mjsmagalhaes 2023-02-22 11:06:15 -03:00 committed by GitHub
parent e59ac7dd40
commit aa7aab34ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,10 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true
- name: Install dependencies
run: go get .
- name: Build
run: go build -v