-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade from Go 1.13.4 -> 1.14.2 #6223
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.13.4 | ||
1.14.2 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ require ( | |
google.golang.org/api v0.22.0 | ||
) | ||
|
||
go 1.13 | ||
go 1.14 | ||
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ cloud.google.com/go/internal/version | |
cloud.google.com/go/longrunning | ||
cloud.google.com/go/longrunning/autogen | ||
# cloud.google.com/go/bigtable v1.1.0 | ||
## explicit | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
cloud.google.com/go/bigtable | ||
cloud.google.com/go/bigtable/internal/option | ||
# cloud.google.com/go/storage v1.0.0 | ||
|
@@ -20,6 +21,7 @@ github.com/OpenPeeDeeP/depguard | |
# github.com/agext/levenshtein v1.2.2 | ||
github.com/agext/levenshtein | ||
# github.com/apparentlymart/go-cidr v1.0.1 | ||
## explicit | ||
github.com/apparentlymart/go-cidr/cidr | ||
# github.com/apparentlymart/go-textseg v1.0.0 | ||
github.com/apparentlymart/go-textseg/textseg | ||
|
@@ -68,22 +70,28 @@ github.com/bgentry/go-netrc/netrc | |
# github.com/bgentry/speakeasy v0.1.0 | ||
github.com/bgentry/speakeasy | ||
# github.com/client9/misspell v0.3.4 | ||
## explicit | ||
github.com/client9/misspell | ||
github.com/client9/misspell/cmd/misspell | ||
# github.com/davecgh/go-spew v1.1.1 | ||
## explicit | ||
github.com/davecgh/go-spew/spew | ||
# github.com/dnaeon/go-vcr v1.0.1 | ||
## explicit | ||
github.com/dnaeon/go-vcr/cassette | ||
github.com/dnaeon/go-vcr/recorder | ||
# github.com/dustinkirkland/golang-petname v0.0.0-20170921220637-d3c2ba80e75e | ||
## explicit | ||
github.com/dustinkirkland/golang-petname | ||
# github.com/fatih/color v1.7.0 | ||
github.com/fatih/color | ||
# github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/fsnotify/fsnotify | ||
# github.com/gammazero/deque v0.0.0-20180920172122-f6adf94963e4 | ||
## explicit | ||
github.com/gammazero/deque | ||
# github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92 | ||
## explicit | ||
github.com/gammazero/workerpool | ||
# github.com/go-critic/go-critic v0.3.5-0.20190526074819-1df300866540 | ||
github.com/go-critic/go-critic/checkers | ||
|
@@ -115,6 +123,7 @@ github.com/gobwas/glob/syntax/lexer | |
github.com/gobwas/glob/util/runes | ||
github.com/gobwas/glob/util/strings | ||
# github.com/gogo/protobuf v1.2.0 | ||
## explicit | ||
github.com/gogo/protobuf/proto | ||
# github.com/golang/mock v1.3.1 | ||
github.com/golang/mock/gomock | ||
|
@@ -176,6 +185,7 @@ github.com/golangci/gocyclo/pkg/gocyclo | |
github.com/golangci/gofmt/gofmt | ||
github.com/golangci/gofmt/goimports | ||
# github.com/golangci/golangci-lint v1.18.0 | ||
## explicit | ||
github.com/golangci/golangci-lint/cmd/golangci-lint | ||
github.com/golangci/golangci-lint/pkg/commands | ||
github.com/golangci/golangci-lint/pkg/config | ||
|
@@ -227,15 +237,18 @@ github.com/googleapis/gax-go/v2 | |
# github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 | ||
github.com/gostaticanalysis/analysisutil | ||
# github.com/hashicorp/errwrap v1.0.0 | ||
## explicit | ||
github.com/hashicorp/errwrap | ||
# github.com/hashicorp/go-cleanhttp v0.5.1 | ||
## explicit | ||
github.com/hashicorp/go-cleanhttp | ||
# github.com/hashicorp/go-getter v1.4.0 | ||
github.com/hashicorp/go-getter | ||
github.com/hashicorp/go-getter/helper/url | ||
# github.com/hashicorp/go-hclog v0.9.2 | ||
github.com/hashicorp/go-hclog | ||
# github.com/hashicorp/go-multierror v1.0.0 | ||
## explicit | ||
github.com/hashicorp/go-multierror | ||
# github.com/hashicorp/go-plugin v1.0.1 | ||
github.com/hashicorp/go-plugin | ||
|
@@ -245,6 +258,7 @@ github.com/hashicorp/go-safetemp | |
# github.com/hashicorp/go-uuid v1.0.1 | ||
github.com/hashicorp/go-uuid | ||
# github.com/hashicorp/go-version v1.2.0 | ||
## explicit | ||
github.com/hashicorp/go-version | ||
# github.com/hashicorp/golang-lru v0.5.1 | ||
github.com/hashicorp/golang-lru/simplelru | ||
|
@@ -275,6 +289,7 @@ github.com/hashicorp/logutils | |
# github.com/hashicorp/terraform-config-inspect v0.0.0-20191115094559-17f92b0546e8 | ||
github.com/hashicorp/terraform-config-inspect/tfconfig | ||
# github.com/hashicorp/terraform-plugin-sdk v1.4.0 | ||
## explicit | ||
github.com/hashicorp/terraform-plugin-sdk/helper/acctest | ||
github.com/hashicorp/terraform-plugin-sdk/helper/customdiff | ||
github.com/hashicorp/terraform-plugin-sdk/helper/hashcode | ||
|
@@ -360,6 +375,7 @@ github.com/mitchellh/go-testing-interface | |
# github.com/mitchellh/go-wordwrap v1.0.0 | ||
github.com/mitchellh/go-wordwrap | ||
# github.com/mitchellh/hashstructure v1.0.0 | ||
## explicit | ||
github.com/mitchellh/hashstructure | ||
# github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/mitchellh/mapstructure | ||
|
@@ -387,6 +403,7 @@ github.com/posener/complete/cmd | |
github.com/posener/complete/cmd/install | ||
github.com/posener/complete/match | ||
# github.com/sirupsen/logrus v1.2.0 | ||
## explicit | ||
github.com/sirupsen/logrus | ||
# github.com/sourcegraph/go-diff v0.5.1 | ||
github.com/sourcegraph/go-diff/diff | ||
|
@@ -404,8 +421,10 @@ github.com/spf13/pflag | |
# github.com/spf13/viper v1.0.2 | ||
github.com/spf13/viper | ||
# github.com/stoewer/go-strcase v1.0.2 | ||
## explicit | ||
github.com/stoewer/go-strcase | ||
# github.com/terraform-providers/terraform-provider-random v0.0.0-20190925200408-30dac3233094 | ||
## explicit | ||
github.com/terraform-providers/terraform-provider-random/random | ||
# github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec | ||
github.com/timakin/bodyclose/passes/bodyclose | ||
|
@@ -482,6 +501,7 @@ golang.org/x/net/idna | |
golang.org/x/net/internal/timeseries | ||
golang.org/x/net/trace | ||
# golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
## explicit | ||
golang.org/x/oauth2 | ||
golang.org/x/oauth2/google | ||
golang.org/x/oauth2/internal | ||
|
@@ -549,6 +569,7 @@ golang.org/x/tools/internal/module | |
golang.org/x/tools/internal/semver | ||
golang.org/x/tools/internal/span | ||
# google.golang.org/api v0.22.0 | ||
## explicit | ||
google.golang.org/api/appengine/v1 | ||
google.golang.org/api/bigquery/v2 | ||
google.golang.org/api/bigtableadmin/v2 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping this to 1.14 does not prevent it from building with Go 1.13. Go 1.13.9+ will build it just fine.
The behavior of Go modules is still being tweaked with every compiler release. This directive simply instructs the compiler to use the latest behavior. It's a good idea to keep it up-to-date.