Skip to content

Commit 289c2a3

Browse files
github-actions[bot]mergify[bot]
authored andcommitted
[Automation] Bump Golang version to 1.24.5 (#5122)
* chore: Update go.mod Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update go.mod Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli * chore: Update go.mod Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit fd465bf) # Conflicts: # dev-tools/go.mod
1 parent 16a6c2a commit 289c2a3

File tree

5 files changed

+48
-4
lines changed

5 files changed

+48
-4
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.4
1+
1.24.5

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run:
44
timeout: 1m
55
build-tags:
66
- integration
7-
go: "1.24.4"
7+
go: "1.24.5"
88

99
issues:
1010
# Maximum count of issues with the same text.

dev-tools/go.mod

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
module github.com/elastic/fleet-server/dev-tools
2+
3+
go 1.24.5
4+
5+
tool (
6+
github.com/elastic/go-json-schema-generate/cmd/schema-generate
7+
github.com/elastic/go-licenser
8+
github.com/jstemmer/go-junit-report
9+
github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
10+
go.elastic.co/go-licence-detector
11+
golang.org/x/perf/cmd/benchstat
12+
golang.org/x/tools/cmd/goimports
13+
)
14+
15+
require (
16+
github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect
17+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
18+
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
19+
github.com/elastic/go-json-schema-generate v0.0.0-20220323152209-ec19b88f6b5e // indirect
20+
github.com/elastic/go-licenser v0.4.2 // indirect
21+
github.com/getkin/kin-openapi v0.131.0 // indirect
22+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
23+
github.com/go-openapi/swag v0.23.0 // indirect
24+
github.com/google/licenseclassifier v0.0.0-20200402202327-879cb1424de0 // indirect
25+
github.com/josharian/intern v1.0.0 // indirect
26+
github.com/jstemmer/go-junit-report v1.0.0 // indirect
27+
github.com/mailru/easyjson v0.7.7 // indirect
28+
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
29+
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 // indirect
30+
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
31+
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
32+
github.com/perimeterx/marshmallow v1.1.5 // indirect
33+
github.com/sergi/go-diff v1.1.0 // indirect
34+
github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
35+
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
36+
go.elastic.co/go-licence-detector v0.7.0 // indirect
37+
golang.org/x/mod v0.24.0 // indirect
38+
golang.org/x/perf v0.0.0-20250305200902-02a15fd477ba // indirect
39+
golang.org/x/sync v0.14.0 // indirect
40+
golang.org/x/text v0.23.0 // indirect
41+
golang.org/x/tools v0.33.0 // indirect
42+
gopkg.in/yaml.v2 v2.4.0 // indirect
43+
gopkg.in/yaml.v3 v3.0.1 // indirect
44+
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elastic/fleet-server/v7
22

3-
go 1.24.4
3+
go 1.24.5
44

55
require (
66
github.com/Pallinder/go-randomdata v1.2.0

testing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elastic/fleet-server/testing
22

3-
go 1.24.4
3+
go 1.24.5
44

55
replace (
66
github.com/elastic/fleet-server/pkg/api => ../pkg/api

0 commit comments

Comments
 (0)