We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640ef2f commit baed692Copy full SHA for baed692
.github/workflows/assets.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- uses: actions/setup-go@v2
19
with:
20
- go-version: '1.17'
+ go-version: '1.18'
21
22
- name: Build release assets
23
run: make release
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
- name: Install dependencies
32
run: make get-deps
0 commit comments