change minimum go version to 1.16, add multiplatform docker image

This commit is contained in:
Matthew Penner
2021-07-12 11:06:22 -06:00
parent 29b2d6826a
commit f422081695
7 changed files with 17 additions and 14 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/pterodactyl/wings
go 1.14
go 1.16
require (
emperror.dev/errors v0.8.0