Update Go version

This commit is contained in:
Hellojack
2022-05-29 13:16:16 +08:00
committed by GitHub
parent 3774452751
commit 7513b734fc
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ jobs:
uses: actions/setup-go@v2
if: steps.check_other.outputs.files_exists == 'false'
with:
go-version: 1.17.3
go-version: 1.18.2
- name: Setup C++
uses: msys2/setup-msys2@v2

View File

@@ -51,7 +51,7 @@ jobs:
uses: actions/setup-go@v2
if: steps.check_other.outputs.files_exists == 'false'
with:
go-version: 1.17.3
go-version: 1.18.2
- name: Setup C++
uses: msys2/setup-msys2@v2