Skip to content

Commit

Permalink
Upgrade to Go 1.23 for dataplaneapi build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Oct 25, 2024
1 parent c28a415 commit a89c997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haproxy-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a89c997

Please sign in to comment.