From 9cd78fca1a8c59c39e4ad6e1541b1b9bbb011a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Hajdarevi=C4=87?= Date: Fri, 25 Oct 2024 09:39:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d17503..17e126fe 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Everything else is the responsibility of the command's author. # Getting started ## Installation ### Building from source -To get started, first make sure you've properly set up your [Go](http://golang.org/doc/install) 1.14 or newer environment and then run +To get started, first make sure you've properly set up your [Go](http://golang.org/doc/install) 1.21 or newer environment and then run ```bash $ go build github.com/adnanh/webhook ```