From d2bec612a726104ee97139e8e1774c6b0d1c9610 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 5 Oct 2019 20:34:53 -0400 Subject: [PATCH] update workflow v3 well, that installation didn't work. let's try this. --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b63fbf3..8accb47 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: run: mkdir -p /home/runner/go/bin - name: Install Go's dep dependency manager - run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh + run: apt-get install -y dep - name: Check out code into the Go module directory uses: actions/checkout@v1