Skip to content

Commit c73352d

Browse files
committed
chore: update to use go1.21.1
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent bfd2fb3 commit c73352d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-validation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
cache: [false, true]
20-
go: [1.20.1]
20+
go: [1.21.1]
2121
steps:
2222
- uses: actions/checkout@v4
2323

@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
matrix:
121121
cache: [false]
122-
go: [1.20.1]
122+
go: [1.21.1]
123123
steps:
124124
- uses: actions/checkout@v4
125125

0 commit comments

Comments
 (0)