1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-19 07:22:17 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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