Skip to content

Commit

Permalink
Merge pull request #744 from twmb/718
Browse files Browse the repository at this point in the history
kadm: improve Lag calculation to account for log-start-offset being non-zero
  • Loading branch information
twmb authored May 26, 2024
2 parents c232f84 + f033465 commit f71ee63
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: staticcheck
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
name: "golangci-lint on amd64"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=5m
Expand Down
Loading

0 comments on commit f71ee63

Please sign in to comment.