Skip to content

Commit 10a12ba

Browse files
authored
Drop support for Go 1.22 (open-telemetry#6853)
1 parent bc53d2b commit 10a12ba

File tree

75 files changed

+77
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+77
-79
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
compatibility-test:
101101
strategy:
102102
matrix:
103-
go-version: ["1.24.0", "1.23.0", "~1.22.4"]
103+
go-version: ["1.24.0", "1.23.0"]
104104
platform:
105105
- os: ubuntu-latest
106106
arch: "386"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions

README.md

Lines changed: 0 additions & 6 deletions

bridges/otellogr/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/bridges/otellogr
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/go-logr/logr v1.4.2

bridges/otellogrus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/bridges/otellogrus
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/sirupsen/logrus v1.9.3

bridges/otelslog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/bridges/otelslog
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/stretchr/testify v1.10.0

bridges/otelzap/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/bridges/otelzap
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/stretchr/testify v1.10.0

bridges/prometheus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/bridges/prometheus
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/prometheus/client_golang v1.21.1

config/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This is the last release of this module.
33
module go.opentelemetry.io/contrib/config
44

5-
go 1.22.0
5+
go 1.23.0
66

77
require (
88
github.com/prometheus/client_golang v1.21.1

detectors/aws/ec2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/detectors/aws/ec2
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/aws/aws-sdk-go v1.55.6

0 commit comments

Comments
 (0)