.github/workflows/main.yml: update Go version from v1.15 to v1.16

This commit is contained in:
Aliaksandr Valialkin 2021-03-01 01:11:03 +02:00
parent f5d77a7081
commit 3792ea4065

View file

@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@main
with:
go-version: 1.15
go-version: 1.16
id: go
- name: Dependencies
run: |