[#20] .github: Drop go1.17, add go1.20

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
pull/22/head
Evgenii Stratonikov 2023-02-24 17:26:52 +03:00 committed by Stanislav Bogatyrev
parent 0d3a238d9c
commit dad99bad48
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go_versions: [ '1.17.x', '1.18.x', '1.19.x' ]
go_versions: [ '1.18.x', '1.19.x', '1.20.x' ]
fail-fast: false
steps:
- uses: actions/checkout@v3