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 2e4feb2 commit 282d37dCopy full SHA for 282d37d
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/setup-go@v6
24
with:
25
go-version-file: go.mod
26
- - run: make ${ matrix.goal }
+ - run: make ${{ matrix.goal }}
27
28
snapshot:
29
runs-on: ubuntu-24.04
0 commit comments