Bump to go 1.18 (#102)

* bump to go 1.18
This commit is contained in:
Louis
2022-07-20 22:04:30 -07:00
committed by GitHub
parent e0abb7ba07
commit a3b3b4759b
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v1

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v1

View File

@@ -13,7 +13,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v1

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v1