*: drop go 1.18 support in doc and build targets

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
Anna Shaleva 2023-10-11 17:59:52 +03:00
parent 241d5f593e
commit 3aa858a69f
6 changed files with 2 additions and 11 deletions

View file

@ -3,7 +3,7 @@ REPONAME = "neo-go"
NETMODE ?= "privnet"
BINARY=neo-go
BINARY_PATH=./bin/$(BINARY)$(shell go env GOEXE)
GO_VERSION ?= 1.18
GO_VERSION ?= 1.19
DESTDIR = ""
SYSCONFIGDIR = "/etc"
BINDIR = "/usr/bin"

View file

@ -51,7 +51,7 @@ NeoGo, `:latest` points to the latest release) or build yourself.
### Building
Building NeoGo requires Go 1.18+ and `make`:
Building NeoGo requires Go 1.19+ and `make`:
```
make

View file

@ -1,5 +1,3 @@
//go:build go1.18
package transaction
import (

View file

@ -1,6 +1,3 @@
//go:build go1.18
// +build go1.18
package bigint
import (

View file

@ -1,5 +1,3 @@
//go:build go1.18
package network
import (

View file

@ -1,5 +1,3 @@
//go:build go1.18
package vm
import (