Skip to content

Commit 28befad

Browse files
committed
with
1 parent 7e28f9e commit 28befad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- uses: actions/setup-go@v5
23-
go-version: ${{ matrix.go_version }}
23+
with:
24+
go-version: ${{ matrix.go_version }}
2425

2526
- run: go build main/migration_verifier.go

0 commit comments

Comments
 (0)