We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cf8af commit 45b5183Copy full SHA for 45b5183
.github/workflows/changelog.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Go
39
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
40
with:
41
- go-version: ~1.24.0
+ go-version: ~1.25.0
42
- name: Cache Go
43
id: go-cache
44
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
internal/tools/go.mod
@@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-specification/internal/tools
2
3
go 1.23.0
4
5
-toolchain go1.24.5
+toolchain go1.25.0
6
7
require (
8
github.com/client9/misspell v0.3.4
0 commit comments