From 4f4a2e4830612c57c2487c3cd8d9cbe8cb0f38b2 Mon Sep 17 00:00:00 2001 From: ikawaha Date: Tue, 9 Jul 2024 17:15:34 +0900 Subject: [PATCH] chore: Update --- go.mod | 2 +- testdata/go.mod | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ea86a2d..a5e6240 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ikawaha/goahttpcheck -go 1.20 +go 1.21.0 require ( github.com/ikawaha/httpcheck v1.12.3 diff --git a/testdata/go.mod b/testdata/go.mod index c547f12..97798c5 100644 --- a/testdata/go.mod +++ b/testdata/go.mod @@ -2,8 +2,6 @@ module calc go 1.21.0 -toolchain go1.22.4 - replace github.com/ikawaha/goahttpcheck => ../ require (