update dependencies (#6519)
Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user