Skip to content

Update go v1.22 and confluent-kafka-go v2.3.0 (#16) (#18) #114

Update go v1.22 and confluent-kafka-go v2.3.0 (#16) (#18)

Update go v1.22 and confluent-kafka-go v2.3.0 (#16) (#18) #114

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