Skip to content

Commit 2e7cd15

Browse files
committed
chore: update Go version and release arguments
- Change the `go-version` from `1.18` to `^1` - Change the `args` from `release --rm-dist` to `release --clean` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent e66295d commit 2e7cd15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v4
2727
with:
28-
go-version: 1.18
28+
go-version: "^1"
2929
- name: Run GoReleaser
3030
uses: goreleaser/goreleaser-action@v5
3131
with:
3232
# either 'goreleaser' (default) or 'goreleaser-pro'
3333
distribution: goreleaser
3434
version: latest
35-
args: release --rm-dist
35+
args: release --clean
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)