chore(grpcio): bump to 1.70 (#4798)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2025-02-10 18:38:53 +01:00 committed by GitHub
parent 099469cb05
commit 8fd3ace9a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@ jobs:
build-args: |
GRPC_BASE_IMAGE=${{ matrix.grpc-base-image }}
GRPC_MAKEFLAGS=--jobs=2 --output-sync=target
GRPC_VERSION=v1.65.0
GRPC_VERSION=v1.70.0
context: .
file: ./Dockerfile
cache-to: type=gha,ignore-error=true

View file

@ -236,7 +236,7 @@ jobs:
BASE_IMAGE=${{ inputs.base-image }}
GRPC_BASE_IMAGE=${{ inputs.grpc-base-image || inputs.base-image }}
GRPC_MAKEFLAGS=--jobs=2 --output-sync=target
GRPC_VERSION=v1.65.0
GRPC_VERSION=v1.70.0
MAKEFLAGS=${{ inputs.makeflags }}
SKIP_DRIVERS=${{ inputs.skip-drivers }}
context: .
@ -265,7 +265,7 @@ jobs:
BASE_IMAGE=${{ inputs.base-image }}
GRPC_BASE_IMAGE=${{ inputs.grpc-base-image || inputs.base-image }}
GRPC_MAKEFLAGS=--jobs=2 --output-sync=target
GRPC_VERSION=v1.65.0
GRPC_VERSION=v1.70.0
MAKEFLAGS=${{ inputs.makeflags }}
SKIP_DRIVERS=${{ inputs.skip-drivers }}
context: .