Skip to content

Commit c646ce5

Browse files
committed
chore: remove Go version specification and caching from e2e workflow
1 parent 11b84bc commit c646ce5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
uses: actions/setup-node@v5
2525
- name: Set up Go
2626
uses: actions/setup-go@v5
27-
with:
28-
go-version-file: go.mod
29-
cache: true
3027
- name: GitHub CLI - show auth status
3128
env:
3229
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)