build: update go version to 1.16 in go.mod

Make go version latest in the repo

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2021-05-10 11:59:04 +05:30
committed by mergify[bot]
parent 2b9f6c3598
commit 9aa3520c9d
5 changed files with 67 additions and 6 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/ceph/ceph-csi
go 1.13
go 1.16
require (
github.com/aws/aws-sdk-go v1.38.8