Skip to content

Commit 75c8c70

Browse files
committed
Fix go vet and drop 1.17 from test matrix
1 parent 237e97d commit 75c8c70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
version: [ '1.17', '1.18', '1.19' ]
19+
version: [ '1.18', '1.19' ]
2020
name: Go ${{ matrix.version }}
2121
steps:
2222
- uses: actions/setup-go@v3

internal/async_assertion_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,6 @@ var _ = Describe("Asynchronous Assertions", func() {
13481348
}()
13491349
Eventually(nil).Should(QuickMatcher(func(actual any) (bool, error) {
13501350
panic("welp")
1351-
return false, nil
13521351
}))
13531352
})
13541353
})

0 commit comments

Comments
 (0)