diff --git a/.github/actions/sdk-codegen/Dockerfile b/.github/actions/sdk-codegen/Dockerfile index 484e308..1cbb76c 100644 --- a/.github/actions/sdk-codegen/Dockerfile +++ b/.github/actions/sdk-codegen/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.10 +FROM golang:1.23.3 ARG GITHUB_CLI_URL="https://github.com/cli/cli/releases/download/v1.8.1/gh_1.8.1_linux_amd64.tar.gz"