bump golang version.

This commit is contained in:
Miroslav Šedivý
2021-08-31 18:13:05 +02:00
parent def879c586
commit ecf59a39bc
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#
# STAGE 1: SERVER
#
FROM golang:1.16-buster as server
FROM golang:1.17-buster as server
WORKDIR /src
#