Skip to content

Commit

Permalink
Bump Go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Aug 7, 2023
1 parent 9fc2192 commit 38b4a3d
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.20.x
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.20.x

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

0 comments on commit 38b4a3d

Please sign in to comment.