INSTALL | 2 +- go.mod | 2 +- diff --git a/INSTALL b/INSTALL index 2012b0b3de72d068cba2fee1cbad30a99242b250f75693ad1007f396f8caeb15..1def9b9fab7947e87330dc0975c56d1baecd1968d28a1211be4ae50d2444bd8c 100644 --- 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 4decdb26cc5cf04d7b9ff623a19a31d7ee84dda11b3b6b78519b2fa5d3435e71..7dd488ba89f161357cde1b357d26439d40995a70244ca07689144b97110dd560 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module go.cypherpunks.ru/goircd -go 1.12 +go 1.17