diff --git a/Dockerfile b/Dockerfile index d324126..18827f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.25.4 +ARG GO_VERSION=1.26.0 # Building the binary using a golang alpine image FROM golang:${GO_VERSION}-alpine AS go-builder diff --git a/go.mod b/go.mod index 2a820e9..dd8a608 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module goyco -go 1.25.4 +go 1.26 require ( github.com/go-chi/chi/v5 v5.2.3