1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Change RE build in CI (#2855)

This commit is contained in:
ofekshenawa
2024-01-02 00:29:17 +02:00
committed by GitHub
parent b762309243
commit 2e12191023

View File

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.21.x]
re-build: ["100.0.1-64402"]
re-build: ["7.2.4-92"]
steps:
- name: Checkout code