From 9ad784273aaeec38a9198b14958efc2c3ff59276 Mon Sep 17 00:00:00 2001 From: catatsuy Date: Sun, 28 Mar 2021 15:17:49 +0900 Subject: [PATCH] require Go 1.16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7bec26..dbf1e0b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you have a development environment for the Go language, you can compile and i GO111MODULE=on go get github.com/catatsuy/notify_slack/cmd/notify_slack ``` -If you want to develop it, you can use the `make`. It requires Go 1.15 or higher. +If you want to develop it, you can use the `make`. It requires Go 1.16 or higher. ``` make