diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0e4ac54..d6b5cef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,6 +19,7 @@ jobs: - name: Get dependencies run: | go get -v -t -d ./... + go get github.com/magefile/mage if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure