Upgrade to Go 1.17. Set 1.16 as the minimal version

This commit is contained in:
Andrey Nering
2021-09-04 21:04:40 -03:00
parent 7e4de945cf
commit 1012a0cf2b
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2