Skip to content

Commit

Permalink
build: update go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Jun 13, 2023
1 parent 90a74c4 commit b37a86b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Expand Up @@ -25,26 +25,26 @@ jobs:
strategy:
fail-fast: false
matrix:
job_name: ['go1.17', 'go1.16', 'go1.15']
job_name: ['go1.20', 'go1.19', 'go1.18']

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

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

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

0 comments on commit b37a86b

Please sign in to comment.