Skip to content

Commit da5b999

Browse files
Remove setup-go action from GitHub Actions workflow to streamline the process of downloading CLI binaries.
1 parent fffeda4 commit da5b999

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
steps:
3939
- name: Checkout
4040
uses: actions/checkout@v4
41-
- name: Set up Go
42-
uses: actions/setup-go@v4
4341
- name: Download CLI binaries
4442
uses: actions/download-artifact@v4
4543
with:

0 commit comments

Comments
 (0)