Merge pull request #2573 from davidxia/patch-1

style: fix warning during docker build
This commit is contained in:
Kubernetes Prow Robot 2024-12-12 23:02:26 +01:00 committed by GitHub
commit 36318bb970
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG GOVERSION=1.23
ARG GOARCH
FROM golang:${GOVERSION} as builder
FROM golang:${GOVERSION} AS builder
ARG GOARCH
ENV GOARCH=${GOARCH}
WORKDIR /go/src/k8s.io/kube-state-metrics/