mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[GitHub CI] Bump Go version to 1.18.3
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
if: steps.check_other.outputs.files_exists == 'false'
|
||||
with:
|
||||
go-version: 1.18.2
|
||||
go-version: ^1.18.3
|
||||
|
||||
- name: Setup C++
|
||||
uses: msys2/setup-msys2@v2
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
if: steps.check_other.outputs.files_exists == 'false'
|
||||
with:
|
||||
go-version: 1.18.2
|
||||
go-version: ^1.18.3
|
||||
|
||||
- name: Setup C++
|
||||
uses: msys2/setup-msys2@v2
|
||||
|
||||
Reference in New Issue
Block a user