Skip to content

Commit

Permalink
dependencies: move k8s-ci-builder/Makefile check to be checked after …
Browse files Browse the repository at this point in the history
…the k/k merge
  • Loading branch information
cpanato committed Jun 7, 2021
1 parent 3f6685a commit 27d5bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
- path: images/releng/ci/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
- path: images/releng/k8s-ci-builder/Makefile
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
- path: packages/deb/Dockerfile
match: FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)

Expand All @@ -101,6 +99,8 @@ dependencies:
- name: "golang: after kubernetes/kubernetes update"
version: 1.16.4
refPaths:
- path: images/releng/k8s-ci-builder/Makefile
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
- path: images/releng/k8s-ci-builder/Dockerfile
match: FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+) AS builder
- path: images/releng/k8s-ci-builder/variants.yaml
Expand Down

0 comments on commit 27d5bf8

Please sign in to comment.