Skip to content

[TT-10375] chore: update IBM/sarama to v1.42.1 #1773

[TT-10375] chore: update IBM/sarama to v1.42.1

[TT-10375] chore: update IBM/sarama to v1.42.1 #1773

Workflow file for this run

name: ci
on: [push]
jobs:
build:
name: Build (go ${{ matrix.go }}/${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [ '1.19' ]
os: [ 'ubuntu-latest']
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: CI
run: make ci