mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #127278 from dims/fix-golang-version-in-kms-mock-Dockerfile
Fix golang version in kms mock Dockerfile
This commit is contained in:
commit
f836773540
@ -136,6 +136,8 @@ dependencies:
|
||||
- path: build/build-image/cross/VERSION
|
||||
- path: hack/lib/golang.sh
|
||||
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"
|
||||
version: v1.32.0-go1.23.0-bullseye.0
|
||||
|
@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM golang:1.22.0-bullseye as builder
|
||||
FROM golang:1.23.0-bullseye as builder
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user