Skip to content

Commit

Permalink
fix: lint error (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac authored Oct 6, 2024
1 parent af12838 commit 8ceac47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"

- name: build the CLI
run: |
Expand Down
2 changes: 0 additions & 2 deletions connector/client/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import (
"github.com/prometheus/common/model"
)

const maxSteps = 11000

// UnixTimeUnit the unit for unix timestamp
type UnixTimeUnit string

Expand Down

0 comments on commit 8ceac47

Please sign in to comment.