From 4982691ec17a24d4ab21236fb533cf7b511cbb7a Mon Sep 17 00:00:00 2001 From: Jorge Luis Betancourt Date: Mon, 4 Nov 2019 19:35:49 +0100 Subject: [PATCH] Remove reference to Gopkg (#11) --- .github/workflows/go.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 641f10c..1d4c74a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,10 +19,6 @@ jobs: - 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: go test -v -coverprofile=coverage.out ./...