Skip to content

Commit f302c91

Browse files
authored
Merge pull request #8382 from jackfrancis/dockerfile-golang-1.23.11
[cluster-autoscaler-release-1.32]: build with go 1.23.11
2 parents bc1af03 + f558161 commit f302c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.23.2
15+
FROM golang:1.23.11
1616

1717
ENV GOPATH /gopath/
1818
ENV PATH $GOPATH/bin:$PATH

0 commit comments

Comments
 (0)