Skip to content

Commit

Permalink
gha: test against go1.13 (oldest), go1.21 and go1.22
Browse files Browse the repository at this point in the history
Keeping the oldest version in the matrix, as that's defined
as minimum in go.mod, but testing against latest and previous.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jun 28, 2024
1 parent fe02cdd commit 0aeabbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [1.13.x, 1.18.x, 1.19.x]
go-version: [1.13.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 0aeabbd

Please sign in to comment.