update: go version

This commit is contained in:
Krishna Upadhyaya 2021-09-01 15:09:04 +05:30
parent adbd18f42c
commit 4edbd3179c

View file

@ -8,7 +8,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15.5
go-version: 1.16.7
- name: "Build binaries"
run: make all
- name: "Run tests"