diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d31e87f..a184e97 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,6 +24,7 @@ jobs: - name: Get dependencies run: | + go mod init && go mod tidy go get -v -t -d ./... if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh