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
+7 -7
View File
@@ -37,7 +37,7 @@ jobs:
# Install Go!
- uses: actions/setup-go@v3
with:
go-version: "~1.19"
go-version: "~1.20"
# Check for any typos!
- name: Check for typos
@@ -55,7 +55,7 @@ jobs:
- name: Lint Go
uses: golangci/golangci-lint-action@v3.3.1
with:
version: v1.48.0
version: v1.51.0
- name: Lint shell scripts
uses: ludeeus/action-shellcheck@2.0.0
@@ -151,7 +151,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "~1.19"
go-version: "~1.20"
- name: Echo Go Cache Paths
id: go-cache-paths
@@ -250,7 +250,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "~1.19"
go-version: "~1.20"
# Sadly the new "set output" syntax (of writing env vars to
# $GITHUB_OUTPUT) does not work on both powershell and bash so we use the
@@ -333,7 +333,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "~1.19"
go-version: "~1.20"
- name: Echo Go Cache Paths
id: go-cache-paths
@@ -416,7 +416,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "~1.19"
go-version: "~1.20"
- name: Echo Go Cache Paths
id: go-cache-paths
@@ -545,7 +545,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "~1.19"
go-version: "~1.20"
- uses: hashicorp/setup-terraform@v2
with:
+1 -1
View File
@@ -91,7 +91,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "~1.19"
go-version: "~1.20"
- name: Cache Node
id: cache-node
+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