We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71af21 commit c0caeb7Copy full SHA for c0caeb7
.github/actions/setup-go-tip/action.yml
@@ -46,7 +46,7 @@ runs:
46
id: get_go_version
47
shell: bash
48
run: |
49
- LATEST_GO_VERSION=$(curl -s "https://go.dev/VERSION?m=text" | grep go1)
+ LATEST_GO_VERSION=$(curl -s "https://go.dev/VERSION?m=text" | grep go1 | sed 's/^go//g')
50
echo "LATEST_GO_VERSION=$LATEST_GO_VERSION" >> $GITHUB_OUTPUT
51
52
- name: Install Go toolchain
0 commit comments