Skip tests for go1.6.

This commit is contained in:
Guillaume J. Charmes
2023-10-31 10:55:31 -04:00
parent 219f7e0db9
commit 0a15590bf0

View File

@@ -48,5 +48,8 @@ jobs:
- name: Build
run: go build -v
- name: Test
# Skip tests for 1.6 as we use modern Go.
# If the main lib builds and tests pass on other versions, we are good.
- if: ${{ matrix.go_version != '1.6.x' }}
name: Test
run: go test -v