🐛 (WIP) Update valkey test workflow to only use Go 1.21.x

This fixes an issue with the new `toolchain` directive in `go.mod`.
This commit is contained in:
Giovanni Rivera
2025-01-03 20:45:29 -08:00
parent 1a7044aded
commit 692f78abb0

View File

@@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.21.x
redis:
- '7.x'