We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce00bcf commit 28cbe82Copy full SHA for 28cbe82
.github/workflows/ci-golang-lint.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
go-version: ${{ env.GOVERSION }}
28
- name: golang-lint
29
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v6.1.1
30
31
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
32
version: latest
stream_test.go
@@ -171,7 +171,6 @@ func TestStream(t *testing.T) {
171
require.NoError(t, db.Close())
172
}
173
174
-
175
func TestStreamMaxSize(t *testing.T) {
176
if !*manual {
177
t.Skip("Skipping test meant to be run manually.")
0 commit comments