Update GO version

This commit updates the GO Version to 1.16

Change-Id: Ic83148d51bf2cc1b2a8c8e5bf8ba3c28e6fa588f
This commit is contained in:
Sunday Mgbogu 2021-04-29 11:46:06 +01:00
parent da0ab7211a
commit 06c6fa2b65
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/kuryr/golang:1.15 as builder
FROM quay.io/kuryr/golang:1.16 as builder
WORKDIR /go/src/opendev.com/kuryr-kubernetes
COPY . .