Skip to content

Commit 1fe06c7

Browse files
authored
Add go1.18 to the test matrix
Github actions support go1.18 as well
1 parent a7332a9 commit 1fe06c7

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
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go: [ 1.17, 1.16, 1.15 ]
8+
go: [ 1.18, 1.17, 1.16, 1.15 ]
99
name: Tests Go ${{ matrix.go }}
1010
runs-on: ubuntu-18.04
1111

0 commit comments

Comments
 (0)