修改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
|
||||
uses: actions/setup-go@v3.0.0
|
||||
with:
|
||||
go-version: '>=1.18'
|
||||
check-latest: true
|
||||
|
||||
- name: Build
|
||||
|
|
Reference in a new issue