Update go version to 1.16 and kubernetes dev dependencies to 1.21 (#2168)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-08-19 20:30:27 +05:30
committed by GitHub
parent dfcf961f75
commit c4585c8394
14 changed files with 813 additions and 260 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine as godep
FROM golang:1.16-alpine as godep
RUN apk add bash ca-certificates git gcc g++ libc-dev
ARG GOPKG=github.com/fission/fission