flew too close to the sun there

main v0.0.10
Nick Dumas 2 years ago
parent 11c97623c2
commit 1971fc1bf9

@ -19,7 +19,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: "stable" go-version: ">=1.20.0"
- name: Test - name: Test
run: make test run: make test
@ -36,7 +36,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: "stable" go-version: ">=1.20.0"
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with:

Loading…
Cancel
Save