Downloading mods
This commit is contained in:
parent
b18295e200
commit
dee0cf77c6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue