build: update golang version to 1.24 in Dockerfiles
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
		
							parent
							
								
									0d7f43726a
								
							
						
					
					
						commit
						8a92d2d1d8
					
				|  | @ -1,4 +1,4 @@ | |||
| FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder | ||||
| FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder | ||||
| 
 | ||||
| RUN apk add --no-cache make git | ||||
| WORKDIR /workspace/helmfile | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder | ||||
| FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder | ||||
| 
 | ||||
| RUN apk add --no-cache make git | ||||
| WORKDIR /workspace/helmfile | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder | ||||
| FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder | ||||
| 
 | ||||
| RUN apk add --no-cache make git | ||||
| WORKDIR /workspace/helmfile | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue