Skip to content

Commit

Permalink
Skip tests for go1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
creack committed Oct 31, 2023
1 parent 219f7e0 commit 0a15590
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a15590

Please sign in to comment.