mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
fix golang version in kms mock Dockerfile
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
5baa0623f9
commit
439357b770
@ -136,6 +136,8 @@ dependencies:
|
|||||||
- path: build/build-image/cross/VERSION
|
- path: build/build-image/cross/VERSION
|
||||||
- path: hack/lib/golang.sh
|
- path: hack/lib/golang.sh
|
||||||
match: minimum_go_version=go([0-9]+\.[0-9]+)
|
match: minimum_go_version=go([0-9]+\.[0-9]+)
|
||||||
|
- path: staging/src/k8s.io/kms/internal/plugins/_mock/Dockerfile
|
||||||
|
match: golang:([0-9]+\.[0-9]+).0-bullseye
|
||||||
|
|
||||||
- name: "registry.k8s.io/kube-cross: dependents"
|
- name: "registry.k8s.io/kube-cross: dependents"
|
||||||
version: v1.32.0-go1.23.0-bullseye.0
|
version: v1.32.0-go1.23.0-bullseye.0
|
||||||
|
@ -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 golang:1.22.0-bullseye as builder
|
FROM golang:1.23.0-bullseye as builder
|
||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user