1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00

👷 Use Go 1.16 for goreleaser

This commit is contained in:
makeworld 2021-02-17 15:50:32 -05:00
parent 1b08f76bd8
commit 71385e9f4e

View File

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