Update Goreleaser to use >= Go 1.19 (#125)

Signed-off-by: Russell Troxel <russelltroxel@gmail.com>
This commit is contained in:
Russell Troxel 2023-03-19 11:53:33 -07:00 committed by GitHub
parent 6ec2c40dc2
commit c82fc63f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: ">=1.19"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4