mirror of https://github.com/pressly/goose.git
parent
a46581bbd3
commit
3717a9e315
|
@ -14,11 +14,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.20.x"
|
||||
check-latest: true
|
||||
cache: true
|
||||
go-version: "stable"
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue