Skip to content

Commit 3530bbd

Browse files
Copilotintel352
andcommitted
Final fix: ensure all examples consistently use Go 1.23.0
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
1 parent 5d9f35c commit 3530bbd

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

examples/advanced-logging/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module advanced-logging
22

3-
go 1.24.2
4-
5-
toolchain go1.24.4
3+
go 1.23.0
64

75
require (
86
github.com/GoCodeAlone/modular v1.3.0

examples/http-client/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module http-client
22

3-
go 1.24.2
4-
5-
toolchain go1.24.4
3+
go 1.23.0
64

75
require (
86
github.com/GoCodeAlone/modular v1.3.0

examples/reverse-proxy/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module reverse-proxy
22

3-
go 1.24.2
4-
5-
toolchain go1.24.4
3+
go 1.23.0
64

75
require (
86
github.com/GoCodeAlone/modular v1.3.0

0 commit comments

Comments
 (0)