Skip to content

Commit 28cbe82

Browse files
authored
go lint and format
1 parent ce00bcf commit 28cbe82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-golang-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version: ${{ env.GOVERSION }}
2828
- name: golang-lint
29-
uses: golangci/golangci-lint-action@v6
29+
uses: golangci/golangci-lint-action@v6.1.1
3030
with:
3131
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3232
version: latest

stream_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ func TestStream(t *testing.T) {
171171
require.NoError(t, db.Close())
172172
}
173173

174-
175174
func TestStreamMaxSize(t *testing.T) {
176175
if !*manual {
177176
t.Skip("Skipping test meant to be run manually.")

0 commit comments

Comments
 (0)