We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0900281 commit a2a901fCopy full SHA for a2a901f
.github/workflows/go.yaml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v3
20
- uses: actions/setup-go@v3
21
with:
22
- go-version: ${{ env.golang-version }}
+ go-version-file: 'go.mod'
23
- run: mkdir -p ui/build && touch ui/build/empty
24
- run: make test
25
- run: make pyrra
0 commit comments