Remove Gopkg usage in github action

This commit is contained in:
Marc Di Luzio 2020-07-06 17:10:04 +01:00
parent 9eb2e08667
commit 2c6aba6897

View file

@ -37,10 +37,6 @@ jobs:
- name: Get go dependencies - name: Get go dependencies
run: | run: |
go get -v -t -d ./... 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: Build and Test - name: Build and Test
run: make test run: make test