From 3199cf7e7ef66bd5260598f85691a9ee73ed1724 Mon Sep 17 00:00:00 2001 From: Abhishek Agarwal Date: Tue, 28 Dec 2021 15:24:26 +0530 Subject: [PATCH] fix(Go compiler): Eliminate difference in go compiler and go.mod version #169 (#171) This commit updates the Go compiler to match go.mod version --- buildscripts/cstor-csi-driver/cstor-csi-driver.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/cstor-csi-driver/cstor-csi-driver.Dockerfile b/buildscripts/cstor-csi-driver/cstor-csi-driver.Dockerfile index 793ad502a..6897fbcb9 100644 --- a/buildscripts/cstor-csi-driver/cstor-csi-driver.Dockerfile +++ b/buildscripts/cstor-csi-driver/cstor-csi-driver.Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.14.7 as build +FROM golang:1.16.5 as build ARG BRANCH ARG RELEASE_TAG