Skip to content

Commit ece8392

Browse files
author
licong
committed
fix ci
1 parent be9cb16 commit ece8392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: build
1717
run: |
1818
export PATH=$PATH:$(go env GOPATH)/bin
19-
go get github.com/mitchellh/gox
19+
go install github.com/mitchellh/gox@latest
2020
mkdir dist
2121
perl build.pl
2222
ls -al dist/

0 commit comments

Comments
 (0)