From 546086d3ade6c704d0dc0bd71b320b7763170b24 Mon Sep 17 00:00:00 2001 From: ldechoux <34473609+ldechoux@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:31:47 +0100 Subject: [PATCH] fix conf ga --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index dcdbfea..094ee6c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go_version: [ '1.20' ] + go_version: [ '1.22' ] package: - github.com/confluentinc/confluent-kafka-go/otelconfluent steps: