修改github action的go version
This commit is contained in:
parent
dc8033dd53
commit
72607e927c
2 changed files with 10 additions and 3 deletions
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
@ -13,10 +13,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@v3.0.0
|
||||
with:
|
||||
go-version: 1.17
|
||||
check-latest: true
|
||||
|
||||
- name: Build
|
||||
|
|
Reference in a new issue