Skip to content

Commit bdaa23b

Browse files
committed
Update go.yml
1 parent 2c6513f commit bdaa23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
go get .
29-
go get github.com/pierrec/lz4/v4 v4.1.17
30-
go get github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e
29+
go get github.com/pierrec/lz4/v4
30+
go get github.com/rasky/go-lzo
3131
3232
- name: Build
3333
run: go build -v ./...

0 commit comments

Comments
 (0)