We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e95a24 commit f4776beCopy full SHA for f4776be
.github/workflows/go-build.yml
@@ -15,7 +15,7 @@ jobs:
15
go-version: '^1.16.1'
16
- name: build
17
run: |
18
- go get github.com/mitchellh/gox
+ go get github.com/mitchellh/gox@latest
19
mkdir dist
20
perl .github/build.pl
21
ls -al dist/
0 commit comments