Skip to content

Commit 7887d8b

Browse files
committed
Merge branch 'main' into feature/less-nesting
2 parents fa725d9 + cb554fb commit 7887d8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.16.x, 1.17.x, 1.18.x]
7+
go-version:
8+
- 1.16.x
9+
- 1.17.x
10+
# - 1.18.x
811
os: [ubuntu-latest, macos-latest, windows-latest]
912
runs-on: ${{ matrix.os }}
1013
steps:

0 commit comments

Comments
 (0)