Skip to content

Commit

Permalink
ghactions: Test go 1.22 and 1.23
Browse files Browse the repository at this point in the history
These are the 2 currently supported releases, go 1.21 support was
dropped recently, attempts to build with go 1.21 now trigger download of
a go 1.22 compiler.

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Sep 18, 2024
1 parent fda19be commit b6f3bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.21.x", "1.22.x"]
go-version: ["1.22.x", "1.23.x"]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b6f3bbc

Please sign in to comment.