fix(deps): update non-major-updates

This commit is contained in:
renovate[bot]
2026-04-04 00:58:06 +00:00
committed by GitHub
parent 625fcf8e5c
commit b45861090d
10 changed files with 42 additions and 42 deletions

View File

@@ -364,7 +364,7 @@ RUN go get github.com/expr-lang/expr@v${EXPR_LANG_VERSION} && \
# Fix available at v1.79.3. Pin here so the CrowdSec binary is patched immediately;
# remove once CrowdSec ships a release built with grpc >= v1.79.3.
# renovate: datasource=go depName=google.golang.org/grpc
go get google.golang.org/grpc@v1.79.3 && \
go get google.golang.org/grpc@v1.80.0 && \
go mod tidy
# Fix compatibility issues with expr-lang v1.17.7