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
#

View File

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

View File

@ -1,6 +1,6 @@
module n.eko.moe/neko
go 1.16
go 1.17
require (
github.com/go-chi/chi v4.1.2+incompatible