Skip to content

Commit

Permalink
bump go version in kind-e2e tests to v1.18 (#13140)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
  • Loading branch information
psschwei authored Jul 22, 2022
1 parent dc552e5 commit d1f8e8d
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 @@ -29,10 +29,10 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Setup Cache Directories
run: |
Expand Down

0 comments on commit d1f8e8d

Please sign in to comment.