File tree Expand file tree Collapse file tree
mmv1/third_party/terraform Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module magician
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/inconshreveable/mousetrap v1.1.0 // indirect
Original file line number Diff line number Diff line change 4747 - name : Set up Go
4848 uses : actions/setup-go@v3
4949 with :
50- go-version : ' ^1.19 '
50+ go-version : ' ^1.20 '
5151
5252 # Cache Go modules
5353 - name : Cache Go modules
Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v4
1717 with :
18- go-version : ' ^1.19 .1'
18+ go-version : ' ^1.20 .1'
1919 - name : Run membership checker unit tests
2020 run : |
2121 cd .ci/magician
Original file line number Diff line number Diff line change 8181 if : ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
8282 uses : actions/setup-go@v3
8383 with :
84- go-version : ' ^1.19 '
84+ go-version : ' ^1.20 '
8585 - name : Build Terraform Google Conversion
8686 if : ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
8787 run : |
Original file line number Diff line number Diff line change 8282 if : ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
8383 uses : actions/setup-go@v3
8484 with :
85- go-version : ' ^1.19 '
85+ go-version : ' ^1.20 '
8686 - name : Build Provider
8787 if : ${{ !failure() && steps.pull_request.outputs.has_changes == 'true' }}
8888 run : |
Original file line number Diff line number Diff line change 3030 - name : Set up Go
3131 uses : actions/setup-go@v3
3232 with :
33- go-version : ' ^1.19 '
33+ go-version : ' ^1.20 '
3434
3535 - name : Cache Go modules and build cache
3636 uses : actions/cache@v3
Original file line number Diff line number Diff line change 2828 - name : Set up Go
2929 uses : actions/setup-go@v3
3030 with :
31- go-version : ' ^1.19 '
31+ go-version : ' ^1.20 '
3232
3333 - name : Cache Go modules and build cache
3434 uses : actions/cache@v3
Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v4
1818 with :
19- go-version : ' ^1.19 .1'
19+ go-version : ' ^1.20 .1'
2020
2121 - name : Build
2222 run : |
Original file line number Diff line number Diff line change 11module github.com/GoogleCloudPlatform/magic-modules/docs
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/alex-shpak/hugo-book v0.0.0-20230424134111-d86d5e70c7c0 // indirect
Original file line number Diff line number Diff line change 11<% autogen_exception -%>
22module github.com/hashicorp/terraform-provider-google
3- go 1.19
3+ go 1.20
44
55require (
66 cloud.google.com/go/bigtable v1.19.0
You can’t perform that action at this time.
0 commit comments