chore(build): add go 1.18 to matrix build

This commit is contained in:
Livio Amstutz 2022-03-21 15:17:16 +01:00 committed by GitHub
parent d740fe1710
commit 6bca971574
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
go: ['1.14', '1.15', '1.16', '1.17']
go: ['1.14', '1.15', '1.16', '1.17', '1.18']
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v3