Skip to content

Commit 882e15b

Browse files
Updating ci go version as well
1 parent 7ef1c6c commit 882e15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Go environment
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.13
20+
go-version: 1.17
2121

2222
- name: Check if index-generator build is working
2323
run: cd index/generator && ./build.sh
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Go environment
5757
uses: actions/setup-go@v2
5858
with:
59-
go-version: 1.13
59+
go-version: 1.17
6060
- name: Setup Minikube
6161
uses: manusa/[email protected]
6262
with:

0 commit comments

Comments
 (0)