update kyaml in functions/examples

This commit is contained in:
yugo kobayashi
2022-07-07 18:51:12 +00:00
parent d2ceab5f30
commit bd67fc2781
17 changed files with 1243 additions and 424 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
FROM golang:1.13-stretch
FROM golang:1.18-stretch
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY go.mod .