update to go 1.18 in github-action

This commit is contained in:
yugo kobayashi
2022-07-05 17:40:44 +00:00
parent 2145d1984f
commit 876ec8fa6b
4 changed files with 5 additions and 238 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.16
go-version: ^1.18
id: go
- name: Check out code into the Go module directory
@@ -41,7 +41,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.16
go-version: ^1.18
id: go
- name: Check out code into the Go module directory
@@ -60,7 +60,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.16
go-version: ^1.18
id: go
- name: Check out code into the Go module directory
@@ -79,7 +79,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.16
go-version: ^1.18
id: go
- name: Check out code into the Go module directory