We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147b9ee commit 39a2790Copy full SHA for 39a2790
.github/workflows/go-build.yml
@@ -15,7 +15,7 @@ jobs:
15
go-version: '^1.19.1'
16
- name: build
17
run: |
18
- go install github.com/mitchellh/gox@latest
+ go install github.com/mitchellh/gox@v1.0.1
19
mkdir dist
20
perl .github/build.pl
21
ls -al dist/
.github/workflows/release.yml
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/setup-go@v2
13
with:
14
stable: 'true'
- go-version: '^1.16.1'
+ go-version: '^1.19.1'
- go get github.com/mitchellh/gox
0 commit comments