[#5] go.mod: Bump supported go version to 1.18

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
pull/7/head
Evgenii Stratonikov 2022-12-30 12:42:09 +03:00 committed by fyrchik
parent 6f8dd816fb
commit d8fb9c85eb
6 changed files with 5 additions and 719 deletions

View File

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.17.x', '1.18.x', '1.19.x' ]
go: [ '1.18.x', '1.19.x' ]
steps:
- name: Setup go
uses: actions/setup-go@v3

View File

@ -14,6 +14,7 @@ Changelog for NeoFS Node
- `golang.org/x/term` to `v0.3.0`
- `google.golang.org/grpc` to `v1.51.0`
- `github.com/nats-io/nats.go` to `v1.22.1`
- Minimum go version to v1.18
### Updating from v0.35.0

View File

@ -7,7 +7,7 @@ VERSION ?= $(shell git describe --tags --dirty --match "v*" --always --abbrev=8
HUB_IMAGE ?= truecloudlab/frostfs
HUB_TAG ?= "$(shell echo ${VERSION} | sed 's/^v//')"
GO_VERSION ?= 1.17
GO_VERSION ?= 1.19
LINT_VERSION ?= 1.50.0
ARCH = amd64

View File

@ -52,7 +52,7 @@ The latest version of neofs-node works with neofs-contract
# Building
To make all binaries you need Go 1.17+ and `make`:
To make all binaries you need Go 1.18+ and `make`:
```
make all
```

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/TrueCloudLab/frostfs-node
go 1.17
go 1.18
require (
github.com/TrueCloudLab/frostfs-api-go/v2 v2.0.0-20221212144048-1351b6656d68

715
go.sum

File diff suppressed because it is too large Load Diff