Skip to content

Commit

Permalink
Remove reference to Gopkg (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgelbg authored Nov 4, 2019
1 parent 075c762 commit 4982691
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit 4982691

Please sign in to comment.