mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
Update Goreleaser to use >= Go 1.19 (#125)
Signed-off-by: Russell Troxel <russelltroxel@gmail.com>
This commit is contained in:
parent
6ec2c40dc2
commit
c82fc63f12
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user