Bump go to 1.22.5

This commit is contained in:
mmontes11
2024-07-15 10:42:52 +02:00
committed by Martin Montes
parent 296f77cedf
commit 361fec4eaf
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine3.18 AS builder
FROM golang:1.22.5-alpine3.20 AS builder
ARG TARGETOS
ARG TARGETARCH

View File

@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine3.18 AS builder
FROM golang:1.22.5-alpine3.20 AS builder
ARG TARGETOS
ARG TARGETARCH

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/mariadb-operator/mariadb-operator
go 1.22.1
go 1.22.5
require (
github.com/go-chi/chi/v5 v5.0.12