chore: bump go version

This commit is contained in:
franklin 2021-03-15 08:29:18 +01:00
parent 1cfbb06d94
commit ecb8d0adaa
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2

View File

@ -2,7 +2,7 @@ language: go
go:
- master
- "1.14"
- "1.16"
install: true