From a89c9971c51b7aedb31e1a3800c2c19e3d96ad45 Mon Sep 17 00:00:00 2001 From: Tristan Date: Fri, 25 Oct 2024 04:54:40 +0100 Subject: [PATCH] Upgrade to Go 1.23 for dataplaneapi build --- .github/workflows/haproxy-dist.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haproxy-dist.yml b/.github/workflows/haproxy-dist.yml index fd18e77..d75b1b4 100644 --- a/.github/workflows/haproxy-dist.yml +++ b/.github/workflows/haproxy-dist.yml @@ -62,7 +62,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.23' - name: Build Dataplane API run: | make deps/dataplaneapi DATAPLANEAPI_VERSION=${{ inputs.HAPROXY_DATAPLANEAPI_VERSION }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aef95c5..7fdae05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,7 @@ awslc: dataplaneapi: <<: *build-job - image: docker.io/library/golang:1.22-bookworm + image: docker.io/library/golang:1.23-bookworm stage: dependencies script: make deps/dataplaneapi variables: