Skip to content

Commit c0caeb7

Browse files
committed
fix
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent d71af21 commit c0caeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-go-tip/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
id: get_go_version
4747
shell: bash
4848
run: |
49-
LATEST_GO_VERSION=$(curl -s "https://go.dev/VERSION?m=text" | grep go1)
49+
LATEST_GO_VERSION=$(curl -s "https://go.dev/VERSION?m=text" | grep go1 | sed 's/^go//g')
5050
echo "LATEST_GO_VERSION=$LATEST_GO_VERSION" >> $GITHUB_OUTPUT
5151
5252
- name: Install Go toolchain

0 commit comments

Comments
 (0)