Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wlbr committed Aug 21, 2019
1 parent d133eb8 commit 662198d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Expand Up @@ -18,11 +18,11 @@ 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
#go get -v -t -d ./...
#if [ -f Gopkg.toml ]; then
# curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
# dep ensure
#fi
make dep
- name: Build
Expand Down

0 comments on commit 662198d

Please sign in to comment.