chore: update to go 1.20 (#5968)

Co-authored-by: Colin Adler <colin1adler@gmail.com>
This commit is contained in:
Kyle Carberry
2023-02-02 12:36:27 -06:00
committed by GitHub
co-authored by Colin Adler
parent 4df1031f8b
commit 026b1cd2a4
24 changed files with 91 additions and 93 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "~1.19"
go-version: "~1.20"
- name: Go Cache Paths
id: go-cache-paths
@@ -68,7 +68,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "~1.19"
go-version: "~1.20"
- name: Go Cache Paths
id: go-cache-paths