Skip to content

Commit e9e89ae

Browse files
chore: bump to go 1.24.3
1 parent a70dfae commit e9e89ae

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.2
1+
1.24.3

.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.2"
7+
go: "1.24.3"
88

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

changelog/fragments/1746596216-Update-to-go-1.24.2.yaml renamed to changelog/fragments/1746596216-Update-to-go-1.24.3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
kind: enhancement
1212

1313
# Change summary; a 80ish characters long description of the change.
14-
summary: Update go to v1.24.2
14+
summary: Update go to v1.24.3
1515

1616
# Long description; in case the summary is not enough to describe the change
1717
# this field accommodate a description without length limits.
1818
# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment.
1919
#description:
2020

2121
# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc.
22-
component:
22+
component: fleet-server
2323

2424
# PR URL; optional; the PR number that added the changeset.
2525
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.

dev-tools/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/dev-tools
22

3-
go 1.24.2
3+
go 1.24.3
44

55
tool (
66
github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen

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.2
3+
go 1.24.3
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.2
3+
go 1.24.3
44

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

0 commit comments

Comments
 (0)