Upgrade to golang 1.17

This commit is contained in:
9seconds
2021-08-30 11:53:31 +03:00
parent fbc7499cda
commit b3c8c4a47d
4 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
###############################################################################
# BUILD STAGE
FROM golang:1.16-alpine AS build
FROM golang:1.17-alpine AS build
RUN set -x \
&& apk --no-cache --update add \