Skip to content

Commit 8295d0b

Browse files
committed
Add Dep installing steps
1 parent 81a458d commit 8295d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v1
1414
- name: Build Dunner and run tests
1515
run: |
16-
go get -d -u github.com/golang/dep
16+
go install github.com/golang/dep/cmd/dep
1717
dep ensure
1818
go install
1919
dunner version

0 commit comments

Comments
 (0)