Skip to content

Commit

Permalink
Build also with 1.20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiburjack committed May 28, 2023
1 parent 306d2a4 commit e6fb7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17', '1.18', '1.19' ]
go: [ '1.17', '1.18', '1.19', '1.20' ]
os: [ 'windows', 'linux' ]
arch: [ 'amd64', 'arm64' ]
name: Go ${{ matrix.go }}-${{ matrix.os }}-${{ matrix.arch }} build
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17', '1.18', '1.19' ]
go: [ '1.17', '1.18', '1.19', '1.20' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit e6fb7e2

Please sign in to comment.