diff --git a/.go-version b/.go-version index 2f4320f67f..6521720b41 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.24.4 +1.24.5 diff --git a/.golangci.yml b/.golangci.yml index 3bde69e9bc..c078648a5a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,7 +4,7 @@ run: timeout: 1m build-tags: - integration - go: "1.24.4" + go: "1.24.5" issues: # Maximum count of issues with the same text. diff --git a/go.mod b/go.mod index 960bf2de00..24d8100903 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/fleet-server/v7 -go 1.24.4 +go 1.24.5 require ( github.com/Pallinder/go-randomdata v1.2.0 diff --git a/testing/go.mod b/testing/go.mod index add316b39b..031092ab2f 100644 --- a/testing/go.mod +++ b/testing/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/fleet-server/testing -go 1.24.4 +go 1.24.5 replace ( github.com/elastic/fleet-server/pkg/api => ../pkg/api