Skip to content

Commit

Permalink
ci: Bump go to 1.19; Bump ubuntu to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Dec 1, 2022
1 parent 75c98ba commit 538c2ac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
os: [ 'ubuntu-20.04' ]
go: [ '1.18' ]
os: [ 'ubuntu-22.04' ]
go: [ '1.19' ]
runs-on: ${{ matrix.os }}
name: Run Tests
steps:
Expand Down Expand Up @@ -88,8 +88,8 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
os: [ 'ubuntu-20.04' ]
go: [ '1.18' ]
os: [ 'ubuntu-22.04' ]
go: [ '1.19' ]
runs-on: ${{ matrix.os }}
name: Run linters
steps:
Expand Down Expand Up @@ -141,8 +141,8 @@ jobs:
fail-fast: true
max-parallel: 1
matrix:
os: [ 'ubuntu-20.04' ]
go: [ '1.18' ]
os: [ 'ubuntu-22.04' ]
go: [ '1.19' ]
runs-on: ${{ matrix.os }}
name: Quality reports
steps:
Expand Down Expand Up @@ -211,8 +211,8 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
os: [ 'ubuntu-20.04' ]
go: [ '1.18' ]
os: [ 'ubuntu-22.04' ]
go: [ '1.19' ]
runs-on: ${{ matrix.os }}
name: Build
steps:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
os: [ 'ubuntu-20.04' ]
go: [ '1.18' ]
os: [ 'ubuntu-22.04' ]
go: [ '1.19' ]
runs-on: ${{ matrix.os }}
name: Build
steps:
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
os: [ 'ubuntu-20.04' ]
go: [ '1.18' ]
os: [ 'ubuntu-22.04' ]
go: [ '1.19' ]
runs-on: ${{ matrix.os }}
name: Regression tests
steps:
Expand Down Expand Up @@ -109,8 +109,8 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
os: [ 'ubuntu-20.04' ]
go: [ '1.18' ]
os: [ 'ubuntu-22.04' ]
go: [ '1.19' ]
runs-on: ${{ matrix.os }}
name: Lint
steps:
Expand Down Expand Up @@ -163,8 +163,8 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
os: [ 'ubuntu-20.04' ]
go: [ '1.18' ]
os: [ 'ubuntu-22.04' ]
go: [ '1.19' ]
runs-on: ${{ matrix.os }}
name: Release
steps:
Expand Down

0 comments on commit 538c2ac

Please sign in to comment.