Skip to content

Commit

Permalink
chore: update readme about version support (#10691)
Browse files Browse the repository at this point in the history
Starting in 2025 these libraries will support just two versions of Go. This is a similar policy used by the Go programming language and many of our dependencies with the addition of GOTOOLCHAIN which was added in 1.21.

This policy has also been announced here: https://cloud.google.com/go/getting-started/supported-go-versions

Also unfreeze some deps now that we support 1.21.
  • Loading branch information
codyoss authored Aug 15, 2024
1 parent b32cb37 commit b02a9a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@
"commitMessageAction": "update",
"groupName": "deps",
"ignoreDeps": [
"github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace",
"go.opentelemetry.io/contrib/detectors/gcp",
"go.opentelemetry.io/otel",
"go.opentelemetry.io/otel/metric",
"go.opentelemetry.io/otel/sdk",
"go.opentelemetry.io/otel/trace",
"google.golang.org/genproto",
"google.golang.org/grpc"
"google.golang.org/genproto"
],
"ignorePaths": [
"**/snippets/**"
Expand All @@ -37,7 +30,7 @@
],
"force": {
"constraints": {
"go": "1.20"
"go": "1.21"
}
}
}
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ For an updated list of all of our released APIs please see our

## [Go Versions Supported](#supported-versions)

**Note:** As of Jan 1, 2025 the Cloud Client Libraries for Go will support the
two most-recent major Go releases -- the same [policy](https://go.dev/doc/devel/release#policy)
the Go programming language follows.

Our libraries are compatible with at least the three most recent, major Go
releases. They are currently compatible with:

- Go 1.23
- Go 1.22
- Go 1.21
- Go 1.20

## Authorization

Expand Down

0 comments on commit b02a9a1

Please sign in to comment.