Skip to content

Commit

Permalink
Run tests in CI using Go 1.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Sep 30, 2024
1 parent 5f2a0ba commit c87da95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
go-version: 1.22.x
- name: Restore cache
id: cache
uses: actions/cache@v2
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit c87da95

Please sign in to comment.