From ef081da022327ad691ab32ef69f00f3984581752 Mon Sep 17 00:00:00 2001 From: Abhishek Agarwal Date: Tue, 28 Dec 2021 12:23:35 +0530 Subject: [PATCH] fix(Go compiler): Eliminate difference in go compiler and go.mod version #169 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