Maintenance: use Go 1.16 to build binary

This commit is contained in:
Quentin McGaw
2021-03-03 01:15:14 +00:00
parent 92bcef0b1c
commit 0b7ada9fd9
3 changed files with 2 additions and 3 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/qdm12/gluetun
go 1.15
go 1.16
require (
github.com/fatih/color v1.10.0