Skip to content

Migrate to go1.15 and confluent-kafka-go v1.5.2 (#10) (#17) #111

Migrate to go1.15 and confluent-kafka-go v1.5.2 (#10) (#17)

Migrate to go1.15 and confluent-kafka-go v1.5.2 (#10) (#17) #111

Workflow file for this run

name: Go
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: make tests.docker