bump golang version to 1.16.

This commit is contained in:
Miroslav Šedivý 2021-08-31 18:42:06 +02:00
parent 6a32dbadf4
commit f763c810cc
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"context": "../",
"args": {
// Update the VARIANT arg to pick a version of Go: 1, 1.16, 1.15
"VARIANT": "1.16",
"VARIANT": "1.17",
// Options
"INSTALL_NODE": "false",
"NODE_VERSION": "lts/*"

View File

@ -1,7 +1,7 @@
#
# Stage 1: Build.
#
FROM golang:1.16-buster as build
FROM golang:1.17-buster as build
WORKDIR /src
#

2
go.mod
View File

@ -1,6 +1,6 @@
module demodesk/neko
go 1.16
go 1.17
require (
github.com/PaesslerAG/gval v1.1.1