Merge pull request #8311 from kubernetes/dependabot/docker/vertical-pod-autoscaler/pkg/admission-controller/golang-1.24.5

Bump golang from 1.24.4 to 1.24.5 in /vertical-pod-autoscaler/pkg/admission-controller
This commit is contained in:
Kubernetes Prow Robot 2025-07-10 08:49:27 -07:00 committed by GitHub
commit 0ed3da32c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.24.4 AS builder FROM --platform=$BUILDPLATFORM golang:1.24.5 AS builder
WORKDIR /workspace WORKDIR /workspace