Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaikd committed Apr 20, 2024
1 parent b73e09a commit c13075e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: golangci/golangci-lint-action@v4
with:
args: --verbose --timeout=5m

Expand Down
1 change: 0 additions & 1 deletion output/elastic/outputelastic_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:goconst
package outputelastic

import (
Expand Down
1 change: 0 additions & 1 deletion output/elasticv5/outputelastic_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:goconst
package outputelasticv5

import (
Expand Down
1 change: 0 additions & 1 deletion output/file/outputfile_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:goconst
package outputfile

import (
Expand Down

0 comments on commit c13075e

Please sign in to comment.