[#1687] Support v1.19 Golang

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/fix-grpc-timeout-backup
Pavel Karpy 2022-08-15 19:28:30 +03:00 committed by Pavel Karpy
parent 30341f2192
commit 99903e1aba
3 changed files with 4 additions and 5 deletions

View File

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

View File

@ -8,7 +8,7 @@ HUB_IMAGE ?= nspccdev/neofs
HUB_TAG ?= "$(shell echo ${VERSION} | sed 's/^v//')"
GO_VERSION ?= 1.17
LINT_VERSION ?= 1.46.2
LINT_VERSION ?= 1.48.0
ARCH = amd64
BIN = bin

View File

@ -14,11 +14,10 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ 'X.Y.x', 'X.Y.x' ]
go: [ 'X.Y.x', 'X.Y.x', 'X.Y.x' ]
```
That section should contain two latest Golang minor versions
that are currently supported by Golang authors.
That section should contain three latest Golang minor versions.
## Update docker images