Update to Go 1.19

This commit is contained in:
Katrina Verey
2022-11-16 20:51:56 -05:00
parent 62f0dab2ac
commit 91a2c2b1a4
63 changed files with 67 additions and 66 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: '^1.19.0'
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.18
go-version: '^1.19.0'
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.18
go-version: '^1.19.0'
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.18
go-version: '^1.19.0'
id: go
- name: Check out code into the Go module directory