bump to use go 1.22 (#29119)

This commit is contained in:
techknowlogick
2024-02-14 13:19:57 -05:00
committed by GitHub
parent 155269fa58
commit a346a8c852
13 changed files with 54 additions and 54 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM docker.io/library/golang:1.21-alpine3.19 AS build-env
FROM docker.io/library/golang:1.22-alpine3.19 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}