Skip to content

chore(deps): Bump github.com/confluentinc/confluent-kafka-go/v2 from 2.4.0 to 2.5.0 #68

chore(deps): Bump github.com/confluentinc/confluent-kafka-go/v2 from 2.4.0 to 2.5.0

chore(deps): Bump github.com/confluentinc/confluent-kafka-go/v2 from 2.4.0 to 2.5.0 #68

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5.0.1
with:
go-version-file: ./go.mod
cache-dependency-path: ./go.sum
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...