Update golang Docker tag to v1.22 (#2458)

Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-17 11:26:20 -08:00
committed by GitHub
parent e7dd03181c
commit 69ad8a28e4

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.21-alpine as builder
FROM golang:1.22-alpine as builder
ARG TARGETPLATFORM
ARG TARGETARCH