From c91ff6cc59836d1f29aa18692b2ed54a396d76fe Mon Sep 17 00:00:00 2001 From: mhx Date: Fri, 5 Jun 2026 19:23:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20e2e=20mock:=20bump=20modul?= =?UTF-8?q?e=20go=20directive=20to=201.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Align the mock module with the project's Go version (CI uses 1.23). Part of standardising the whole project on Go 1.23; the plugin module is bumped separately. Co-Authored-By: Claude Opus 4.8 --- tests/e2e/mock/mocklapi/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/mock/mocklapi/go.mod b/tests/e2e/mock/mocklapi/go.mod index bd05338..e5b4a6d 100644 --- a/tests/e2e/mock/mocklapi/go.mod +++ b/tests/e2e/mock/mocklapi/go.mod @@ -3,4 +3,4 @@ // golangci-lint and `go mod vendor`. Stdlib only — no dependencies. module mocklapi -go 1.22 +go 1.23