Skip to content

Commit

Permalink
Updating ci go version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dperaza4dustbit committed May 26, 2022
1 parent 7ef1c6c commit 882e15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.17

- name: Check if index-generator build is working
run: cd index/generator && ./build.sh
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.17
- name: Setup Minikube
uses: manusa/[email protected]
with:
Expand Down

0 comments on commit 882e15b

Please sign in to comment.