fix(ci): upgrade go version in workflows
This commit is contained in:
parent
e5039cf160
commit
0dfa09033e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci_build.yml
vendored
2
.github/workflows/ci_build.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
# Install runtimes
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "^1.15.0"
|
||||
go-version: "^1.17.0"
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "12"
|
||||
|
|
2
.github/workflows/ci_github_binary.yml
vendored
2
.github/workflows/ci_github_binary.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2 # Install runtimes
|
||||
with:
|
||||
go-version: "^1.15.0"
|
||||
go-version: "^1.17.0"
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue