forked from coder/coder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to go 1.20 (coder#5968)
Co-authored-by: Colin Adler <[email protected]>
- Loading branch information
Showing
24 changed files
with
91 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
with: | ||
version: v1.48.0 | ||
version: v1.51.0 | ||
|
||
- name: Lint shell scripts | ||
uses: ludeeus/[email protected] | ||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
getopt | ||
git | ||
go-migrate | ||
go_1_19 | ||
go_1_20 | ||
golangci-lint | ||
gopls | ||
gotestsum | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.