diff --git a/Dockerfile b/Dockerfile index edaf81f..cd53b2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################################ # Build image ############################################################ -FROM golang:1.21-alpine3.18 as builder +FROM golang:1.22-alpine as builder ARG VERSION ARG BUILT_AT diff --git a/go.mod b/go.mod index 3340d66..9c4831e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cloudhut/kminion/v2 -go 1.20 +go 1.22 require ( github.com/google/uuid v1.3.0