mirror of
https://github.com/foomo/gograpple.git
synced 2025-10-16 12:35:37 +00:00
chore: bump go version
This commit is contained in:
parent
1cfbb06d94
commit
ecb8d0adaa
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@ -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
|
||||
|
||||
@ -2,7 +2,7 @@ language: go
|
||||
|
||||
go:
|
||||
- master
|
||||
- "1.14"
|
||||
- "1.16"
|
||||
|
||||
install: true
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user