Upgrade GOLANG_VERSION to 1.17 (#1741)

* Upgrade GOLANG_VERSION to 1.17

Fixes ##1740

* feat: upgrade to go1.17

Co-authored-by: shangji.liu <shangji.liu@qingteng.cn>
Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
This commit is contained in:
jason-liew
2021-12-03 13:56:05 +08:00
committed by GitHub
parent fd54babfae
commit 535c26b0e0
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.14
ARG GOLANG_VERSION=1.17
FROM golang:$GOLANG_VERSION
RUN echo $GOLANG_VERSION