Skip to content

Bump github.com/IBM/sarama from 1.41.3 to 1.42.1 #46

Bump github.com/IBM/sarama from 1.41.3 to 1.42.1

Bump github.com/IBM/sarama from 1.41.3 to 1.42.1 #46

Workflow file for this run

name: Build/Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...