From c667826ab5b856ceff38a5c8b7af8f6557ad3e05 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Tue, 3 Nov 2020 13:20:17 -0700 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6d4afddd..dee7fdfb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,13 +21,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Get dependencies - run: | - go get -v -t -d ./... - if [ -f Gopkg.toml ]; then - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - dep ensure - fi - - name: Test - run: make test + run: | + make test