]> Cypherpunks.ru repositories - goircd.git/commitdiff
Modern Go uses "go install"
authorSergey Matveev <stargrave@stargrave.org>
Thu, 23 Mar 2023 10:52:40 +0000 (13:52 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 23 Mar 2023 10:52:44 +0000 (13:52 +0300)
INSTALL
go.mod

diff --git a/INSTALL b/INSTALL
index 1d33fb0c3bec43d92a9ea6c76f720ff6eacee785..07215652b6622de2783566ce25c55bd9718a09ae 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 goircd requires only standard Go's libraries and consists of single main
 package. You can install it like that:
 
-    $ go get go.cypherpunks.ru/goircd
+    $ go install go.cypherpunks.ru/goircd@latest
 
 or manually:
 
diff --git a/go.mod b/go.mod
index 31b5bd6788fdc90de0d5f9ca4774e3a208931bc0..81844e61f6049dc770babf2171dbd38725ebbe2d 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
 module go.cypherpunks.ru/goircd
 
-go 1.12
+go 1.17