Skip to content

Commit d0c544b

Browse files
committed
👷 up(ci): add ci tests check on go 1.20
1 parent 1686d7b commit d0c544b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
go_version: [1.18, 1.19]
22+
go_version: [1.18, 1.19, '1.20']
2323

2424
steps:
2525
- name: Check out code

0 commit comments

Comments
 (0)