Skip to content

Commit 6d70c8b

Browse files
authored
Update .github/actions/setup-go-tip/action.yml
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent a2e66a4 commit 6d70c8b

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
@@ -13,7 +13,7 @@ runs:
1313
shell: bash
1414
run: |
1515
set -euo pipefail
16-
gh release download ubuntu-latest --repo grafana/gotip --pattern 'go*.zip'
16+
gh release download ubuntu-latest --repo grafana/gotip --pattern 'go.zip'
1717
echo "::group::unzip"
1818
unzip go.zip -d $HOME/sdk
1919
echo "::endgroup::"

0 commit comments

Comments
 (0)