update dependencies (#6519)

Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
hongming
2025-05-29 15:51:37 +08:00
committed by GitHub
parent 281b2091a5
commit 4d88ed2ca1
2573 changed files with 171946 additions and 52199 deletions

View File

@@ -1,5 +1,5 @@
# Build
FROM golang:1.23.8 AS build_context
FROM golang:1.24.3 AS build_context
RUN apt-get update && apt-get install -y rsync
WORKDIR /workspace

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.8 AS build_context
FROM golang:1.24.3 AS build_context
ARG TELEMETRY_VERSION=1.0.2
ARG TARGETARCH