mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
bump golang version to 1.16.
This commit is contained in:
parent
6a32dbadf4
commit
f763c810cc
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user