.github: drop go1.17, add go1.20 #20

Merged
fyrchik merged 2 commits from fix-tests-actions into master 2023-02-27 14:47:21 +00:00
2 changed files with 2 additions and 2 deletions

2
.github/CODEOWNERS vendored
View file

@ -1 +1 @@
* @alexvanin @fyrchik @cthulhu-rider
* @TrueCloudLab/dev

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