Skip to content

Commit b80d201

Browse files
committed
This is a proof of concept
This PR allow to test the minimal version. The code won't be merged
1 parent 4f25292 commit b80d201

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go-version: ['1.18', '1.21', '1.22']
16+
go-version: ['1.7','1.8','1.9','1.10','1.11','1.12','1.13','1.14','1.15','1.16','1.17','1.18', '1.19', '1.20', '1.21', '1.22']
1717
env:
1818
VERBOSE: 1
1919

@@ -25,5 +25,6 @@ jobs:
2525
with:
2626
go-version: ${{ matrix.go-version }}
2727
- name: Run tests with race detector
28+
continue-on-error: true
2829
run: |
2930
go test -count=1 -race ./...

0 commit comments

Comments
 (0)