修改github action的go version
This commit is contained in:
parent
72607e927c
commit
76d1e8215d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@v3.0.0
|
uses: actions/setup-go@v3.0.0
|
||||||
with:
|
with:
|
||||||
|
go-version: '>=1.18'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Reference in a new issue