Skip to content

Commit

Permalink
remove Go action
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jul 10, 2024
1 parent e5840b6 commit f27d850
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Install requirements
run: |
sudo snap install go --classic --channel=1.22/stable
sudo apt install make
sudo apt install docker-buildx
sudo snap install kubectl --classic --channel=1.30/stable
Expand Down Expand Up @@ -60,12 +57,9 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Install requirements
run: |
sudo snap install go --classic --channel=1.22/stable
sudo apt install make
sudo apt install docker-buildx
sudo snap install kubectl --classic --channel=1.30/stable
Expand Down

0 comments on commit f27d850

Please sign in to comment.