Skip to content

Commit

Permalink
test removal of dependency step, to see if it downloads on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
tedchamb committed Aug 11, 2020
1 parent a2d730f commit 3525b21
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
go-version: ${{ matrix.go }}
id: go

- 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: go build
run: go build -v ./...

Expand Down

0 comments on commit 3525b21

Please sign in to comment.