Skip to content

Commit 2282a9e

Browse files
authored
Upgrade go runtime to 1.24.2 (#2506)
* Upgrade to 1.24.2
1 parent a924148 commit 2282a9e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.go-version

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

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/elastic/elastic-package
22

3-
go 1.23.0
4-
5-
toolchain go1.23.1
3+
go 1.24.2
64

75
require (
86
github.com/AlecAivazis/survey/v2 v2.3.7

internal/stack/_static/geoip_source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In the following sections, it is described how to build your own custom GeoIP da
2121

2222
## Prerequisites
2323

24-
1. Install GoLang 1.23 or later
24+
1. Install GoLang 1.24 or later
2525
2. Install `mmdbinspect` and add it your PATH (https://github.com/maxmind/mmdbinspect)
2626

2727
The following section describes the procedure to generate new `mmdb` databases from the JSON source files.

0 commit comments

Comments
 (0)