Skip to content

Commit

Permalink
chore: Add Go 1.22 to matrix (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Charith Ellawala <charith@cerbos.dev>

Signed-off-by: Charith Ellawala <charith@cerbos.dev>
  • Loading branch information
charithe committed Feb 12, 2024
1 parent 293b1b7 commit edf06fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.20', '1.21']
go: ['1.20', '1.21', '1.22']
name: Test on Go ${{ matrix.go }}
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
check-latest: true
cache: false

Expand Down

0 comments on commit edf06fc

Please sign in to comment.