Skip to content

Commit

Permalink
Bump the minimum go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Mar 10, 2025
1 parent 919ae98 commit df8f3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module go.k6.io/k6

go 1.22.0
go 1.23.0

toolchain go1.22.10
toolchain go1.23.7

require (
buf.build/gen/go/prometheus/prometheus/protocolbuffers/go v1.36.5-20240802094132-5b212ab78fb7.1
Expand Down

0 comments on commit df8f3fe

Please sign in to comment.