Skip to content

chore(deps): bump github.com/twmb/franz-go from 1.17.1 to 1.18.0 #22

chore(deps): bump github.com/twmb/franz-go from 1.17.1 to 1.18.0

chore(deps): bump github.com/twmb/franz-go from 1.17.1 to 1.18.0 #22

Workflow file for this run

---
name: test
on:
- push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --enable-all --timeout 10m