forked from TrueCloudLab/neoneo-go
*: drop go 1.18 support in doc and build targets
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
241d5f593e
commit
3aa858a69f
6 changed files with 2 additions and 11 deletions
2
Makefile
2
Makefile
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
//go:build go1.18
|
||||
|
||||
package transaction
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
//go:build go1.18
|
||||
// +build go1.18
|
||||
|
||||
package bigint
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
//go:build go1.18
|
||||
|
||||
package network
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
//go:build go1.18
|
||||
|
||||
package vm
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue