[#197] Update go version to 1.19

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-08-30 15:58:31 +03:00 committed by Alex Vanin
parent 1c51979a03
commit fdfcc7a474
4 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
- name: Restore Go modules from cache
uses: actions/cache@v2
@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
- name: Restore Go modules from cache
uses: actions/cache@v2

View file

@ -34,7 +34,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
- name: Restore Go modules from cache
uses: actions/cache@v2
@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go_versions: [ '1.17', '1.18' ]
go_versions: [ '1.18', '1.19' ]
fail-fast: false
steps:
- uses: actions/checkout@v2