Skip to content

Commit 4c24dd7

Browse files
committed
ci: style: strip go version string
1 parent 73b42d1 commit 4c24dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
info('release asset filename = {}'.format(asset_name))
209209
info('release asset sum file = {}'.format(sum_name))
210210
info('build time = {}'.format(build_time))
211-
info('golang version = {}'.format(run('go', 'version', capture_output=True)))
211+
info('golang version = {}'.format(run('go', 'version', capture_output=True).strip()))
212212
info('ldflags')
213213
for ldflag in ldflags:
214214
info(' {}'.format(ldflag))

0 commit comments

Comments
 (0)