1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-22 10:01:50 +03:00

actions: build on go1.20.x (#2541)

github.Action add go1.20
This commit is contained in:
Pranit Bauva
2023-04-05 20:05:32 +05:30
committed by GitHub
parent 46f245075e
commit 842b65fb60

View File

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.18.x, 1.19.x, 1.20.x]
services:
redis: