Skip to content

Commit

Permalink
build: update testing go versions to go1.23, go1.22, go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Aug 29, 2024
1 parent b9d9daa commit f996a02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@ jobs:
strategy:
fail-fast: false
matrix:
job_name: ['go1.20', 'go1.19', 'go1.18']
job_name: ['go1.23', 'go1.22', 'go1.21']

include:
- job_name: go1.20
- job_name: go1.23
os: ubuntu-latest
go: '1.20.x'
go: '1.23.x'
gotests: true
integrationtest: true
check: true

- job_name: go1.19
- job_name: go1.22
os: ubuntu-latest
go: '1.19.x'
go: '1.22.x'
gotests: true
integrationtest: true
check: false

- job_name: go1.18
- job_name: go1.21
os: ubuntu-latest
go: '1.18.x'
go: '1.21.x'
gotests: true
integrationtest: true
check: false
Expand Down

0 comments on commit f996a02

Please sign in to comment.