Upgrade to go 1.16 for the left over packages

Upgraded the go to 1.16 for the rest of the packages.
This commit is contained in:
naveen
2021-10-01 13:19:30 +00:00
parent e6c65f1cbd
commit 06433d351e
10 changed files with 27 additions and 13 deletions

View File

@@ -1,3 +1,5 @@
module github.com/lightningnetwork/lnd/clock
go 1.13
go 1.16
require github.com/stretchr/testify v1.7.0