Skip to content

Commit

Permalink
Bump Go to 1.17 since it's required
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi committed Mar 18, 2022
1 parent 48cde39 commit 1a3d23a
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 @@ -67,10 +67,10 @@ jobs:
NODE_SHA: ${{ matrix.kind-image-sha }}

steps:
- name: Set up Go 1.16.x
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.17.x

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

0 comments on commit 1a3d23a

Please sign in to comment.