Use latest Go version (#4505)

Update go.mod to 1.16 and make the workflows default to the latest
available.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2021-03-09 18:16:05 +01:00
committed by GitHub
parent 94e027cd6f
commit c27605797b
4 changed files with 1 additions and 11 deletions

View File

@@ -20,8 +20,6 @@ jobs:
-
name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.14.1'
-
name: Update Docs
run: |