Skip to content

Commit e29cfe3

Browse files
committed
Update Go version to 1.25.3 in pipeline and module files
1 parent c04545d commit e29cfe3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎.buildkite/pipeline.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ steps:
3636
key: windows-test
3737
command: ".buildkite/scripts/run-win-tests.ps1"
3838
env:
39-
# Latest 1.24 version supported by Chocolatey.
40-
GO_VERSION: "1.24.6"
39+
# Latest 1.25 version supported by Chocolatey.
40+
GO_VERSION: "1.25.3"
4141
agents:
4242
provider: "gcp"
4343
image: "${GO_WINDOWS_AGENT_IMAGE}"

‎.go-version‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.7
1+
1.25.3

‎compliance/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/package-spec/compliance
22

3-
go 1.24.2
3+
go 1.25.3
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

‎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/package-spec/v3
22

3-
go 1.24.0
3+
go 1.25.3
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

0 commit comments

Comments
 (0)