mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
feat(tech): bump golang to v1.16 EE-515 (#4993)
* bump golang to v1.16 * Update build/linux/toolkit.Dockerfile Co-authored-by: dbuduev <dbuduev@gmail.com>
This commit is contained in:
parent
2fd95d87eb
commit
0f5407da40
2 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
module github.com/portainer/portainer/api
|
||||
|
||||
go 1.13
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/Microsoft/go-winio v0.4.16
|
||||
|
|
|
@ -10,7 +10,7 @@ WORKDIR /src/portainer
|
|||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
|
||||
|
||||
# Set default go version
|
||||
ARG GO_VERSION=go1.13.11.linux-amd64
|
||||
ARG GO_VERSION=go1.16.6.linux-amd64
|
||||
|
||||
# Install packages
|
||||
RUN apt-get update --fix-missing && apt-get install -qq \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue