Skip to content

Commit

Permalink
.github: test using Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Jun 23, 2024
1 parent 2ec15d4 commit 9fe7023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x]
go-version: [1.21.x, 1.22.x]
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9fe7023

Please sign in to comment.