From 50f3679f7f475a11ac5aa65662eaa2b1ac490029 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 10 Oct 2022 16:22:46 +0900 Subject: [PATCH] Bump up go version --- README.md | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b7f0af..e53cbc0 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,4 @@ func TestTwilioClient(t *testing.T) { ## Alternatives - [github.com/jharlap/httpstub](https://github.com/jharlap/httpstub): Easy stub HTTP servers for testing in Go + diff --git a/go.mod b/go.mod index 0c4aacb..25e5344 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/k1LoW/httpstub -go 1.17 +go 1.18