Update go.yml

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

View file

@ -22,6 +22,7 @@ jobs:
with: with:
go-version: 1.19 go-version: 1.19
cache: true cache: true
cache-dependency-path: go.sum
- name: Install dependencies - name: Install dependencies
run: go get . run: go get .