Update Go to v1.16

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-03-21 13:34:36 +02:00
parent d36c523e67
commit 885a35eebf
9 changed files with 96 additions and 115 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.16.x
- name: Run unit tests
run: make test
- name: Check if working tree is dirty