Skip to content

Commit

Permalink
fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Oct 11, 2023
1 parent 43282f5 commit 0647639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
CLUSTER_SUFFIX: c${{ github.run_id }}.local

steps:
- name: Set up Go 1.18.x
- name: Set up Go 1.21.x
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.21.x

- name: Install Dependencies
working-directory: ./
Expand Down

0 comments on commit 0647639

Please sign in to comment.