Skip to content

Commit af17f68

Browse files
committed
Update go version in .github/workflows/release.yml
1 parent 36874e6 commit af17f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
GO_VERSION: 1.17.6
9+
GO_VERSION: 1.18.10
1010

1111
jobs:
1212
release:
@@ -44,6 +44,6 @@ jobs:
4444
#if: startsWith(github.ref, 'refs/tags/v')
4545
with:
4646
version: latest
47-
args: release -f .goreleaser.yml --rm-dist
47+
args: release -f .goreleaser.yml --clean
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)