Skip to content

go.mod: bump github.com/conduitio/conduit-connector-sdk from 0.9.1 to 0.10.0 #23

go.mod: bump github.com/conduitio/conduit-connector-sdk from 0.9.1 to 0.10.0

go.mod: bump github.com/conduitio/conduit-connector-sdk from 0.9.1 to 0.10.0 #23

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
env:
DB2_CONNECTION: HOSTNAME=localhost;DATABASE=testdb;PORT=50000;UID=DB2INST1;PWD=pwd
IBM_DB_HOME: /home/runner/work/clidriver
CGO_CFLAGS: -I/home/runner/work/clidriver/include
CGO_LDFLAGS: -L/home/runner/work/clidriver/lib
LD_LIBRARY_PATH: /home/runner/work/clidriver/lib
run: make test GOTEST_FLAGS="-v -count=1 -race -gcflags=all=-d=checkptr=0"