Skip to content

Commit

Permalink
Test with Go 1.21 and later
Browse files Browse the repository at this point in the history
Something ends up requiring the slices package, which was added in Go
1.21.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Oct 8, 2024
1 parent c3772b5 commit e05e8a6
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 @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
go-versions: [1.16.x, 1.17.x, 1.18.x, 1.19.x]
go-versions: [1.21.x, 1.22.x, 1.23.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e05e8a6

Please sign in to comment.