Merge pull request #310 from strukturag/golang-1.19

CI: Also test with Golang 1.19
This commit is contained in:
Joachim Bauch 2022-08-03 16:32:35 +02:00 committed by GitHub
commit 88e4c5f2c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -4,14 +4,14 @@ on:
push:
branches: [ master ]
paths:
- '.github/workflows/build.yml'
- '.github/workflows/tarball.yml'
- '**.go'
- 'go.*'
- 'Makefile'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/build.yml'
- '.github/workflows/tarball.yml'
- '**.go'
- 'go.*'
- 'Makefile'
@ -23,6 +23,7 @@ jobs:
go-version:
- "1.17"
- "1.18"
- "1.19"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -69,6 +70,7 @@ jobs:
go-version:
- "1.17"
- "1.18"
- "1.19"
runs-on: ubuntu-latest
needs: [create]
steps:

View file

@ -25,6 +25,7 @@ jobs:
go-version:
- "1.17"
- "1.18"
- "1.19"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3