Skip to content

Commit

Permalink
Upgrade everything else from Go 1.19 to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Nov 21, 2023
1 parent 2abf0f9 commit a8031fe
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci/magician/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module magician

go 1.19
go 1.20

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/membership-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.19.1'
go-version: '^1.20.1'
- name: Run membership checker unit tests
run: |
cd .ci/magician
Expand Down
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/magic-modules/docs

go 1.19
go 1.20

require (
github.com/alex-shpak/hugo-book v0.0.0-20230424134111-d86d5e70c7c0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion tools/diff-processor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/magic-modules/tools/diff-processor

go 1.19
go 1.20

replace google/provider/old => ./old

Expand Down
2 changes: 1 addition & 1 deletion tools/issue-labeler/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/magic-modules/tools/issue-labeler

go 1.19
go 1.20

require (
github.com/golang/glog v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion tools/missing-test-detector/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/trodge/magic-modules/tools/missing-test-detector

go 1.19
go 1.20

replace google/provider/old => github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20230302220542-203a52c6e3e1

Expand Down
2 changes: 1 addition & 1 deletion tools/teamcity-generator/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/GoogleCloudPlatform/magic-modules/tools/teamcity-generator

go 1.19
go 1.20

require golang.org/x/text v0.11.0

0 comments on commit a8031fe

Please sign in to comment.