build: use go 1.16 and build arm binaries (#12)

This commit is contained in:
l3uddz
2021-02-17 16:47:31 +00:00
committed by GitHub
parent 9c8977a474
commit 3a8b503af8
4 changed files with 3 additions and 26 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/l3uddz/nabarr
go 1.14
go 1.16
require (
github.com/alecthomas/kong v0.2.12