Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Remove EOL versions of Golang
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Aug 2, 2024
1 parent 3444ff2 commit d9af7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
go-version: [1.20.x, 1.21.x, 1.22.x]
redis-version: [6, 7]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d9af7e2

Please sign in to comment.