Upgraded all dependencies

This commit is contained in:
alejandro 2025-08-29 15:38:58 +01:00
parent 01919d0ef1
commit 02f364c29b
10 changed files with 1385 additions and 578 deletions

View file

@ -1,7 +1,7 @@
ARG ARCH
ARG GO_VERSION
FROM golang:${GO_VERSION} as build
FROM golang:${GO_VERSION} AS build
WORKDIR /go/src/sigs.k8s.io/prometheus-adapter
COPY go.mod .