Skip to content

Commit d016ee8

Browse files
committed
fix goreleaser issue
Signed-off-by: dahu.kdh <[email protected]>
1 parent cbfbc21 commit d016ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v4
2828
with:
29-
go-version: 1.20
29+
go-version: '1.20'
3030
env:
3131
GOPATH: ${{ env.HOME }}
3232
- name: Set GoReleaser Previous Tag To Be Last Non Weekly Release

0 commit comments

Comments
 (0)