Skip to content

go.mod: bump github.com/conduit/conduit-connector-sdk from 0.7.2 to 0.8.0 #51

go.mod: bump github.com/conduit/conduit-connector-sdk from 0.7.2 to 0.8.0

go.mod: bump github.com/conduit/conduit-connector-sdk from 0.7.2 to 0.8.0 #51

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test-kafka:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Test with Kafka
run: make test-kafka GOTEST_FLAGS="-v -count=1"
test-redpanda:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Test with Redpanda
run: make test-redpanda GOTEST_FLAGS="-v -count=1"