diff --git a/Dockerfile b/Dockerfile index d22f80779..92fb8c5fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.22.10 +ARG GO_VERSION=1.23.6 ARG XX_VERSION=1.6.1 ARG GOLANGCI_LINT_VERSION=v1.63.4 ARG ADDLICENSE_VERSION=v1.0.0 diff --git a/go.mod b/go.mod index 92d954d26..29724e71d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/docker/compose/v2 -go 1.22.10 +go 1.23.6 require ( github.com/AlecAivazis/survey/v2 v2.3.7