Skip to content

Commit 54ddc18

Browse files
authored
require go 1.23 (#168)
This updates our library to require go 1.23. If we bump all our dependencies, we have an indirect dependency on go 1.22.7: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/[email protected] requires go >= 1.22.7 We want to use 1.23 everywhere anyway (except replicate-go, but that doesn't depend on this library).
1 parent a222ccc commit 54ddc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/replicate/go
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/alicebob/miniredis/v2 v2.34.0

0 commit comments

Comments
 (0)