Skip to content

Commit 2c3740f

Browse files
committed
require older go version
1 parent 352e01e commit 2c3740f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/spechtlabs/go-otel-utils/example
22

3-
go 1.24.0
3+
go 1.23.0
44

55
replace github.com/spechtlabs/go-otel-utils/otelprovider => ../otelprovider
66

otelprovider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/spechtlabs/go-otel-utils/otelprovider
22

3-
go 1.24.0
3+
go 1.23.0
44

55
require (
66
github.com/spechtlabs/go-otel-utils/otelzap v0.0.6

otelzap/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/spechtlabs/go-otel-utils/otelzap
22

3-
go 1.24.0
3+
go 1.23.0
44

55
require (
66
github.com/aws/smithy-go v1.22.3

0 commit comments

Comments
 (0)