Skip to content

Commit

Permalink
Remove go step
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 21, 2023
1 parent f2dbfef commit 4b264c1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,9 @@ jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup go environment
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false

- name: Cache binaries
id: cache-binaries
uses: actions/cache@v3
Expand Down

0 comments on commit 4b264c1

Please sign in to comment.