Skip to content

Commit 265d6b9

Browse files
authored
Merge pull request #2829 from AkihiroSuda/go-1.22
[cherry-picked to v1.7.4] CI: test compilation with Go 1.22
2 parents 2f14b90 + 4acb599 commit 265d6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
timeout-minutes: 40
210210
strategy:
211211
matrix:
212-
go-version: ["1.20.x", "1.21.x"]
212+
go-version: ["1.21.x", "1.22.x"]
213213
steps:
214214
- uses: actions/[email protected]
215215
with:

0 commit comments

Comments
 (0)