Skip to content

Commit 39a2790

Browse files
author
cong.li
committed
update
1 parent 147b9ee commit 39a2790

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
go-version: '^1.19.1'
1616
- name: build
1717
run: |
18-
go install github.com/mitchellh/gox@latest
18+
go install github.com/mitchellh/gox@v1.0.1
1919
mkdir dist
2020
perl .github/build.pl
2121
ls -al dist/

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/setup-go@v2
1313
with:
1414
stable: 'true'
15-
go-version: '^1.16.1'
15+
go-version: '^1.19.1'
1616
- name: build
1717
run: |
18-
go get github.com/mitchellh/gox
18+
go install github.com/mitchellh/gox@v1.0.1
1919
mkdir dist
2020
perl .github/build.pl
2121
ls -al dist/

0 commit comments

Comments
 (0)