From 8abde78bf796db3a08e01675d54347cc0e792025 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Wed, 18 Dec 2019 13:43:03 -0500 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) 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