From aaf11e9247ebcaddc1b19d52b8dc754c83b7e606 Mon Sep 17 00:00:00 2001 From: Abhishek Agarwal Date: Mon, 27 Dec 2021 13:00:29 +0530 Subject: [PATCH] made go compiler version equal to 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