fix: use 1.16 to release
This commit is contained in:
parent
52fd763655
commit
0704a4ce67
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14.x
|
||||
go-version: 1.16.x
|
||||
- name: compile and release
|
||||
run: |
|
||||
./hack/release.sh
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14.x
|
||||
go-version: 1.16.x
|
||||
- name: compile and release
|
||||
run: |
|
||||
./hack/release.sh
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14.x
|
||||
go-version: 1.16.x
|
||||
- name: compile and release
|
||||
run: |
|
||||
./hack/release.sh
|
||||
|
Loading…
Reference in New Issue
Block a user