mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
chore: update OpenTelemetry and Uptrace to the latest version (#2864)
* chore: update OpenTelemetry and Uptrace to the latest version * chore: remove Go 1.19.x build since many popular Go packages only support 2 last major Go versions * chore: bump uptrace version
This commit is contained in:
committed by
GitHub
parent
531f06861b
commit
2512123b76
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.19.x, 1.20.x, 1.21.x]
|
||||
go-version: [1.20.x, 1.21.x]
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
Reference in New Issue
Block a user