Skip to content

Commit 34ea01a

Browse files
committed
1.19
1 parent a11f3a4 commit 34ea01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
go_version:
17-
- 1.18
17+
- 1.19
1818

1919
steps:
2020
- uses: actions/checkout@v4
2121

2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version-file: go.mod
24+
go-version: ${{ matrix.go_version }}
2525

2626
- run: go build main/migration_verifier.go

0 commit comments

Comments
 (0)