mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
chore(deps): Updating otel/metric and fixing breaking changes (#2569)
* chore(deps): Updating otel/metric and fixing breaking changes Signed-off-by: Vincent Boutour <bob@vibioh.fr> * ci: Removing go1.18 and updating example/otel to latest version Latest otel version use atomic.Pointer which is a go1.19 feature, so we have to drop support for the go 1.18 Signed-off-by: Vincent Boutour <bob@vibioh.fr> --------- Signed-off-by: Vincent Boutour <bob@vibioh.fr>
This commit is contained in:
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.18.x, 1.19.x, 1.20.x]
|
||||
go-version: [1.19.x, 1.20.x]
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
Reference in New Issue
Block a user