bump golang version to 1.16.
This commit is contained in:
parent
6a32dbadf4
commit
f763c810cc
3 changed files with 3 additions and 3 deletions
|
|
@ -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/*"
|
||||
|
|
|
|||
|
|
@ -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
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module demodesk/neko
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/PaesslerAG/gval v1.1.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue