Skip to content

Commit b1ac436

Browse files
author
liron-li
committed
update
1 parent 6668fff commit b1ac436

File tree

6 files changed

+128
-528
lines changed

6 files changed

+128
-528
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
- name: Get dependencies
2020
run: |
2121
go get -v -t -d ./...
22-
if [ -f Gopkg.toml ]; then
23-
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
24-
dep ensure
25-
fi
2622
2723
- name: Build
2824
run: go build -v .

0 commit comments

Comments
 (0)