Update github workflow to go 1.16

This commit is contained in:
Ivan 2021-02-26 21:28:04 +02:00 committed by GitHub
parent 9df91519b1
commit 2a1364817a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.16
- name: Check out code into the Go module directory
uses: actions/checkout@v2