1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +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:
Dmitry Salakhov 2021-07-14 13:10:42 +12:00 committed by GitHub
parent 2fd95d87eb
commit 0f5407da40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -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