Skip to content

Commit a5a65c7

Browse files
authored
Merge pull request #433 from onflow/fxamacker/add-go1.22-in-ci-yml
Add go1.22 to ci.yml
2 parents e864636 + c4a4597 commit a5a65c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest]
34-
go-version: ['1.20', 1.21]
34+
go-version: ['1.20', 1.21, 1.22]
3535

3636
steps:
3737
- name: Install Go

0 commit comments

Comments
 (0)