File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# Builder
33# ------------------------------------------------------------------------------
44
5- FROM --platform=$BUILDPLATFORM golang:1.25.4 @sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d AS builder
5+ FROM --platform=$BUILDPLATFORM golang:1.25.5 @sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS builder
66
77WORKDIR /workspace
88ARG GOPATH
Original file line number Diff line number Diff line change 22# Debug image
33# ------------------------------------------------------------------------------
44
5- FROM --platform=$BUILDPLATFORM golang:1.25.4 @sha256:698183780de28062f4ef46f82a79ec0ae69d2d22f7b160cf69f71ea8d98bf25d AS debug
5+ FROM --platform=$BUILDPLATFORM golang:1.25.5 @sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS debug
66
77ARG GOPATH
88ARG GOCACHE
Original file line number Diff line number Diff line change 11module github.com/kong/kong-operator
22
3- go 1.25.4
3+ go 1.25.5
44
55require (
66 cloud.google.com/go/container v1.44.0
You can’t perform that action at this time.
0 commit comments