diff --git a/Dockerfile b/Dockerfile index fca28598f..4e53a23e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.19 +ARG GO_VERSION=1.22 #------------------------------------------------------------------------------ # Base Debian Image diff --git a/go.mod b/go.mod index de68ee5ec..221b13de6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mozilla-services/autograph -go 1.19 +go 1.22 require ( github.com/DataDog/datadog-go v3.7.2+incompatible