From 9a5620639da446608009fc33227d7b5c67ec2cf5 Mon Sep 17 00:00:00 2001 From: michel-laterman Date: Thu, 4 Jul 2024 10:54:54 -0700 Subject: [PATCH] Fix go mod in subdirectories --- pkg/api/go.mod | 2 +- testing/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/api/go.mod b/pkg/api/go.mod index 898a6099b..698910a92 100644 --- a/pkg/api/go.mod +++ b/pkg/api/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/fleet-server/pkg/api -go 1.21 +go 1.22 require github.com/oapi-codegen/runtime v1.1.1 diff --git a/testing/go.mod b/testing/go.mod index 94198b50a..34a86790e 100644 --- a/testing/go.mod +++ b/testing/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/fleet-server/testing -go 1.21 +go 1.22 replace ( github.com/elastic/fleet-server/pkg/api => ../pkg/api