From 78f5e7df87d5ab2217d739c289fda28d097a87df Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 12 Aug 2020 16:08:15 +0800 Subject: [PATCH] update workflow --- .github/workflows/go.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0e7c1003..2ecbf4c5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,10 +25,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 -race ./...