You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to upstream Go changing the support policy for the extended library
packages (`golang.org/x/...`) to specify only the last two Go versions
we need to follow the same policy here.
* Update minimum Go version to 1.23.0.
* Update supported version documentation.
* Bump Go modules.
Signed-off-by: SuperQ <superq@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Prometheus HTTP API.
13
13
14
14
## Version Compatibility
15
15
16
-
This library supports the three most recent major releases of Go. While it may function with older versions, we only provide fixes and support for the currently supported Go releases.
16
+
This library supports the two most recent major releases of Go. While it may function with older versions, we only provide fixes and support for the currently supported Go releases.
17
17
18
18
> [!NOTE]
19
19
> See our [Release Process](RELEASE.md#supported-go-versions) for details on compatibility and support policies.
0 commit comments