Skip to content

Commit c41a690

Browse files
committed
images: Build go-runner:buster-v2.0.0 using go1.15
Signed-off-by: Stephen Augustus <[email protected]>
1 parent b32e116 commit c41a690

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

dependencies.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ dependencies:
4949
refPaths:
5050
- path: images/build/cross/variants.yaml
5151
match: \d+.\d+(alpha|beta|rc)?\.?\d+
52+
- path: images/build/go-runner/Makefile
53+
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?\d+
54+
- path: images/build/go-runner/variants.yaml
55+
match: \d+.\d+(alpha|beta|rc)?\.?\d+
5256

5357
- name: "k8s.gcr.io/kube-cross"
5458
version: v1.15.0-1
@@ -100,7 +104,7 @@ dependencies:
100104
match: BASEIMAGE\?\=\$\(BASE_REGISTRY\)\/debian-iptables-\$\(ARCH\):v\d+\.\d+\.\d+
101105

102106
- name: "k8s.gcr.io/go-runner"
103-
version: buster-v1.0.0
107+
version: buster-v2.0.0
104108
refPaths:
105109
- path: images/build/go-runner/Makefile
106110
match: IMAGE_VERSION\ \?=\ [a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)

images/build/go-runner/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ IMGNAME = go-runner
2020
IMAGE = $(REGISTRY)/$(IMGNAME)
2121

2222
TAG ?= $(shell git describe --tags --always --dirty)
23-
IMAGE_VERSION ?= buster-v1.0.0
23+
IMAGE_VERSION ?= buster-v2.0.0
2424
CONFIG ?= buster
2525

2626
# Build args
27-
GO_VERSION ?= 1.13.15
27+
GO_VERSION ?= 1.15
2828
DISTROLESS_IMAGE ?= static-debian10
2929

3030
PLATFORMS ?= linux/amd64 linux/arm64 linux/arm linux/ppc64le linux/s390x
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variants:
22
buster:
33
CONFIG: 'buster'
4-
IMAGE_VERSION: 'buster-v1.0.0'
5-
GO_VERSION: '1.13.15'
4+
IMAGE_VERSION: 'buster-v2.0.0'
5+
GO_VERSION: '1.15'
66
DISTROLESS_IMAGE: 'static-debian10'

0 commit comments

Comments
 (0)