Skip to content

Commit 68d1d64

Browse files
committed
CI: include go 1.20
1 parent a225823 commit 68d1d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Build and Test
77
strategy:
88
matrix:
9-
go: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19']
9+
go: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20']
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)