Skip to content

Commit

Permalink
GitHub: test with Go >= 1.21
Browse files Browse the repository at this point in the history
1.21 enables the usage of generics and the slices package.
  • Loading branch information
pohly committed Nov 21, 2024
1 parent 0357a4b commit cf39e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: ["1.18", "1.19", "1.20", "1.21"]
go-version: ["1.21", "1.22", "1.23"]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit cf39e5e

Please sign in to comment.