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 8cf4e00 commit db27566Copy full SHA for db27566
.github/workflows/main.yml
@@ -19,6 +19,9 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v2
22
+ - uses: actions/setup-go@v2
23
+ with:
24
+ go-version: '^1.17.4'
25
- name: make test
26
run: make test
27
env:
.github/workflows/release.yml
@@ -18,6 +18,9 @@ jobs:
18
0 commit comments