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 7e28f9e commit 28befadCopy full SHA for 28befad
.github/workflows/all.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
22
- uses: actions/setup-go@v5
23
- go-version: ${{ matrix.go_version }}
+ with:
24
+ go-version: ${{ matrix.go_version }}
25
26
- run: go build main/migration_verifier.go
0 commit comments