Skip to content

Commit

Permalink
Test against 1.19.x as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed May 27, 2024
1 parent cd85a6c commit 8685480
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 @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.22.x

- name: Create release
id: create_release
Expand Down

0 comments on commit 8685480

Please sign in to comment.