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:
commit
f302c9172f
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM golang:1.23.2
|
||||
FROM golang:1.23.11
|
||||
|
||||
ENV GOPATH /gopath/
|
||||
ENV PATH $GOPATH/bin:$PATH
|
||||
|
|
|
|||
Loading…
Reference in New Issue