This commit is contained in:
Malachi Soord
2021-03-04 21:38:02 +01:00
parent 74cbff1966
commit 217309f10d
3 changed files with 52 additions and 11 deletions
-8
View File
@@ -21,14 +21,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- 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: Build
run: make build