Skip to content

Commit 8ad9d24

Browse files
committed
Add Go 1.20 to the test matrix
1 parent bb2bab7 commit 8ad9d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go: [ 1.19, 1.18, 1.17, 1.16 ]
8+
go: [ 1.20, 1.19, 1.18, 1.17, 1.16 ]
99
os: [ ubuntu-22.04, ubuntu-20.04 ]
1010
name: Tests Go ${{ matrix.go }} # This name is used in main branch protection rules
1111
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)