feat: update to use go 1.22 (#1332)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
		
							parent
							
								
									ff3818b524
								
							
						
					
					
						commit
						59d2d9f851
					
				|  | @ -1,4 +1,4 @@ | ||||||
| FROM --platform=$BUILDPLATFORM golang:1.21-alpine as builder | FROM --platform=$BUILDPLATFORM golang:1.22-alpine as builder | ||||||
| 
 | 
 | ||||||
| RUN apk add --no-cache make git | RUN apk add --no-cache make git | ||||||
| WORKDIR /workspace/helmfile | WORKDIR /workspace/helmfile | ||||||
|  | @ -12,7 +12,7 @@ RUN make static-${TARGETOS}-${TARGETARCH} | ||||||
| 
 | 
 | ||||||
| # ----------------------------------------------------------------------------- | # ----------------------------------------------------------------------------- | ||||||
| 
 | 
 | ||||||
| FROM alpine:3.16 | FROM alpine:3.19 | ||||||
| 
 | 
 | ||||||
| LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile | LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| FROM --platform=$BUILDPLATFORM golang:1.21-alpine as builder | FROM --platform=$BUILDPLATFORM golang:1.22-alpine as builder | ||||||
| 
 | 
 | ||||||
| RUN apk add --no-cache make git | RUN apk add --no-cache make git | ||||||
| WORKDIR /workspace/helmfile | WORKDIR /workspace/helmfile | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| FROM --platform=$BUILDPLATFORM golang:1.21-alpine as builder | FROM --platform=$BUILDPLATFORM golang:1.22-alpine as builder | ||||||
| 
 | 
 | ||||||
| RUN apk add --no-cache make git | RUN apk add --no-cache make git | ||||||
| WORKDIR /workspace/helmfile | WORKDIR /workspace/helmfile | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue