Skip to content

Commit 7342f11

Browse files
committed
Downgrade example go mod ver
1 parent 477b024 commit 7342f11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/httpPlusdb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module go.opentelemetry.io/auto/examples/httpPlusdb
22

3-
go 1.24.1
3+
go 1.23.0
44

55
require github.com/mattn/go-sqlite3 v1.14.27

examples/rolldice/frontend/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/auto/examples/rolldice/frontend
22

3-
go 1.24.1
3+
go 1.23.0
44

55
replace go.opentelemetry.io/auto/examples/rolldice/user => ../user/
66

examples/rolldice/user/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/auto/examples/rolldice/user
22

3-
go 1.24.1
3+
go 1.23.0
44

55
require (
66
github.com/mattn/go-sqlite3 v1.14.27

0 commit comments

Comments
 (0)