build: ensure go1.16 go gets the correct versions of tools

go1.16 uses GO111MODULE=on by default which meant we were picking up
v1 of nfpm instead of the intended v2.
This commit is contained in:
Nick Craig-Wood
2021-02-04 17:34:30 +00:00
parent 5f943aabc8
commit b2b5b7598c
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ This file describes how to make the various kinds of releases
## Extra required software for making a release
* [github-release](https://github.com/aktau/github-release) for uploading packages
* [gh the github cli](https://github.com/cli/cli) for uploading packages
* pandoc for making the html and man pages
## Making a release