Skip to content

Commit 3199cf7

Browse files
author
Abhishek Agarwal
authored
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
1 parent ec7c842 commit 3199cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/cstor-csi-driver/cstor-csi-driver.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.14.7 as build
15+
FROM golang:1.16.5 as build
1616

1717
ARG BRANCH
1818
ARG RELEASE_TAG

0 commit comments

Comments
 (0)