From 120531821e5b54859c50c2abf78ca9fd864adf75 Mon Sep 17 00:00:00 2001 From: Matheus Moraes Date: Tue, 30 Jul 2024 15:16:21 -0300 Subject: [PATCH] fix: update Go version in Dockerfile (#64) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e49531..fbb2220 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.21 as builder +FROM golang:1.22 as builder ARG TARGETOS ARG TARGETARCH ARG VERSION