Skip to content

Commit

Permalink
go lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
simon28082 authored Oct 24, 2024
1 parent ce00bcf commit 28cbe82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-golang-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
- name: golang-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v6.1.1
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
Expand Down
1 change: 0 additions & 1 deletion stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ func TestStream(t *testing.T) {
require.NoError(t, db.Close())
}


func TestStreamMaxSize(t *testing.T) {
if !*manual {
t.Skip("Skipping test meant to be run manually.")
Expand Down

0 comments on commit 28cbe82

Please sign in to comment.