.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 5328506c3e
commit 402543e7c6

View file

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