Merge pull request #8382 from jackfrancis/dockerfile-golang-1.23.11

[cluster-autoscaler-release-1.32]: build with go 1.23.11
This commit is contained in:
Kubernetes Prow Robot 2025-07-29 10:56:26 -07:00 committed by GitHub
commit f302c9172f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM golang:1.23.2 FROM golang:1.23.11
ENV GOPATH /gopath/ ENV GOPATH /gopath/
ENV PATH $GOPATH/bin:$PATH ENV PATH $GOPATH/bin:$PATH