Add go1.19 and remove go1.17 from workflow

This commit is contained in:
Joël Stemmer
2022-08-03 23:40:07 +01:00
parent d75fb6d4c3
commit 066da07a49

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go: [ '1.18', '1.17', '1.13' ] go: [ '1.19', '1.18', '1.13' ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Go - name: Set up Go