Skip to content

Commit bffbef0

Browse files
authored
Update goreleaser (#189)
* Update goreleaser * Update goreleaser for manual dispatch
1 parent 16ada0d commit bffbef0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches-ignore:
67
- '**'
@@ -19,7 +20,7 @@ jobs:
1920
- name: Setup go
2021
uses: actions/setup-go@v1
2122
with:
22-
go-version: '1.15.10'
23+
go-version: '1.18.1'
2324
- name: Run GoReleaser
2425
uses: goreleaser/goreleaser-action@v2
2526
with:

0 commit comments

Comments
 (0)