We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef1c6c commit 882e15bCopy full SHA for 882e15b
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Go environment
18
uses: actions/setup-go@v2
19
with:
20
- go-version: 1.13
+ go-version: 1.17
21
22
- name: Check if index-generator build is working
23
run: cd index/generator && ./build.sh
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
- name: Setup Minikube
61
uses: manusa/[email protected]
62
0 commit comments