Skip to content

Commit c253797

Browse files
committed
fix(CI): quote the versions to avoid interpretation
1 parent ba72b16 commit c253797

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ jobs:
9090
strategy:
9191
matrix:
9292
go-version:
93-
- 1.20
94-
- 1.21
95-
- 1.22
96-
- 1.23
97-
- 1.24
98-
- 1.25
99-
- 1.*
93+
- "1.20"
94+
- "1.21"
95+
- "1.22"
96+
- "1.23"
97+
- "1.24"
98+
- "1.25"
99+
- "1.*"
100100
runs-on: ubuntu-latest
101101
steps:
102102
- name: Checkout code

0 commit comments

Comments
 (0)