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: