Skip to content

Commit

Permalink
Fix go vet and drop 1.17 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Oct 24, 2022
1 parent 237e97d commit 75c8c70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '1.17', '1.18', '1.19' ]
version: [ '1.18', '1.19' ]
name: Go ${{ matrix.version }}
steps:
- uses: actions/setup-go@v3
Expand Down
1 change: 0 additions & 1 deletion internal/async_assertion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,6 @@ var _ = Describe("Asynchronous Assertions", func() {
}()
Eventually(nil).Should(QuickMatcher(func(actual any) (bool, error) {
panic("welp")
return false, nil
}))
})
})
Expand Down

0 comments on commit 75c8c70

Please sign in to comment.