diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95cc52c1..0f3262ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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