Skip to content

Commit 0ca9dc7

Browse files
committed
Update go version to 1.25
1 parent 2a47eab commit 0ca9dc7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Graylog2/graylog-project-cli
22

3-
go 1.24.0
3+
go 1.25
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.3.0

jenkins.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pipeline
1717

1818
tools
1919
{
20-
go 'Go 1.24'
20+
go 'Go 1.25'
2121
}
2222

2323
stages

0 commit comments

Comments
 (0)