Upgrade our test Go version to 1.17 and 1.18 (#1369)

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2022-04-15 10:16:27 +02:00 committed by GitHub
parent c760d3c7f1
commit 0d2c95b99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ 1.15.x, 1.16.x ]
go: [ 1.17.x, 1.18.x ]
steps:
- name: Set up Go