Skip to content

Commit 7b7e91f

Browse files
committed
Update go directive to 1.23.0
1 parent 59dbc60 commit 7b7e91f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [Unreleased]
22

3+
- Update go version to 1.23.0 (#628)
4+
35
# [2.11.0] - 2024-10-16
46

57
- Do not pin minimum patch version in module (#595, @jaimem88)

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/Shopify/toxiproxy/v2
22

3-
go 1.22
4-
toolchain go1.23.7
3+
go 1.23.0
54

65
require (
76
github.com/gorilla/mux v1.8.1

0 commit comments

Comments
 (0)