use Go 1.18 on CI

This commit is contained in:
Marten Seemann
2022-03-16 10:10:47 +04:00
parent 36977dd528
commit 366097106c
11 changed files with 83 additions and 26 deletions

View File

@@ -4,7 +4,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ "1.16.x", "1.17.x" ]
go: [ "1.17.x", "1.18.x" ]
runs-on: ubuntu-latest
name: "Cross Compilation (Go ${{matrix.go}})"
steps: