Skip to content

Commit 7eb3854

Browse files
author
arran
committed
Go mod?
1 parent 8e18bb8 commit 7eb3854

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727

2828
- name: Get dependencies
2929
run: |
30-
go get -v -t -d ./...
31-
if [ -f Gopkg.toml ]; then
32-
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
33-
dep ensure
34-
fi
30+
go mod download
3531
3632
- name: Build
3733
run: |

0 commit comments

Comments
 (0)