From f89b0c9719163a1bc1bc47b8f590ddf9418c961d Mon Sep 17 00:00:00 2001 From: Jamie Tanna Date: Fri, 14 Mar 2025 22:05:21 +0000 Subject: [PATCH] chore(examples): use Go 1.24 with Go 1.24 example Co-authored-by: Gaiaz Iusipov --- examples/minimal-server/stdhttp-go-tool/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/minimal-server/stdhttp-go-tool/go.mod b/examples/minimal-server/stdhttp-go-tool/go.mod index 66174f2553..6377b05f65 100644 --- a/examples/minimal-server/stdhttp-go-tool/go.mod +++ b/examples/minimal-server/stdhttp-go-tool/go.mod @@ -1,6 +1,6 @@ module github.com/oapi-codegen/oapi-codegen/v2/examples/minimal-server/stdhttp-go-tool -go 1.22 +go 1.24 replace github.com/oapi-codegen/oapi-codegen/v2 => ../../../