Downloading mods

This commit is contained in:
Eduardo Vozniak 2023-10-02 11:45:37 -03:00
parent b18295e200
commit dee0cf77c6
No known key found for this signature in database
GPG Key ID: ACB52F85E23B1C50
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ jobs:
go-version: 1.19.x
id: go
- name: Downloads golang mods
run: |
go mod download
- name: Get dependencies
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.36.0