We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9cb16 commit ece8392Copy full SHA for ece8392
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: build
17
run: |
18
export PATH=$PATH:$(go env GOPATH)/bin
19
- go get github.com/mitchellh/gox
+ go install github.com/mitchellh/gox@latest
20
mkdir dist
21
perl build.pl
22
ls -al dist/
0 commit comments