Skip to content

Commit

Permalink
require go 1.23 (#168)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
philandstuff authored Jan 6, 2025
1 parent a222ccc commit 54ddc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/replicate/go

go 1.22
go 1.23

require (
github.com/alicebob/miniredis/v2 v2.34.0
Expand Down

0 comments on commit 54ddc18

Please sign in to comment.