Skip to content

Commit

Permalink
Fix go mod in subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Jul 4, 2024
1 parent 34c10ab commit 9a56206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/api/go.mod
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion testing/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9a56206

Please sign in to comment.