Skip to content

Commit c180c5b

Browse files
✨ Bump go to 1.25. (#5999)
Signed-off-by: Preslav <preslav@mondoo.com>
1 parent 8184120 commit c180c5b

File tree

29 files changed

+29
-85
lines changed

29 files changed

+29
-85
lines changed

.github/env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang-version=1.24.5
1+
golang-version=1.25.1
22
protoc-version=31.x

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module go.mondoo.com/cnquery/v12
22

3-
go 1.24.0
4-
5-
toolchain go1.24.3
3+
go 1.25
64

75
require (
86
cloud.google.com/go/logging v1.11.0

providers/ansible/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module go.mondoo.com/cnquery/v12/providers/ansible
22

3-
go 1.24.0
4-
5-
toolchain go1.24.3
3+
go 1.25
64

75
replace go.mondoo.com/cnquery/v12 => ../..
86

providers/arista/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module go.mondoo.com/cnquery/v12/providers/arista
22

33
replace go.mondoo.com/cnquery/v12 => ../..
44

5-
go 1.24.0
6-
7-
toolchain go1.24.3
5+
go 1.25
86

97
require (
108
github.com/aristanetworks/goeapi v1.0.0

providers/atlassian/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module go.mondoo.com/cnquery/v12/providers/atlassian
22

33
replace go.mondoo.com/cnquery/v12 => ../..
44

5-
go 1.24.0
6-
7-
toolchain go1.24.3
5+
go 1.25
86

97
require (
108
github.com/ctreminiom/go-atlassian v1.6.1

providers/aws/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module go.mondoo.com/cnquery/v12/providers/aws
22

33
replace go.mondoo.com/cnquery/v12 => ../..
44

5-
go 1.24.0
6-
7-
toolchain go1.24.2
5+
go 1.25
86

97
require (
108
github.com/aws/aws-sdk-go-v2 v1.39.2

providers/azure/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module go.mondoo.com/cnquery/v12/providers/azure
22

33
replace go.mondoo.com/cnquery/v12 => ../..
44

5-
go 1.24.0
6-
7-
toolchain go1.24.3
5+
go 1.25
86

97
require (
108
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1

providers/cloudflare/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module go.mondoo.com/cnquery/v12/providers/cloudflare
22

33
replace go.mondoo.com/cnquery/v12 => ../..
44

5-
go 1.24.0
6-
7-
toolchain go1.24.3
5+
go 1.25
86

97
require (
108
github.com/cloudflare/cloudflare-go v0.116.0

providers/cloudformation/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module go.mondoo.com/cnquery/v12/providers/cloudformation
22

3-
go 1.24.0
4-
5-
toolchain go1.24.3
3+
go 1.25
64

75
replace go.mondoo.com/cnquery/v12 => ../..
86

providers/equinix/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module go.mondoo.com/cnquery/v12/providers/equinix
22

33
replace go.mondoo.com/cnquery/v12 => ../..
44

5-
go 1.24.0
6-
7-
toolchain go1.24.3
5+
go 1.25
86

97
require (
108
github.com/packethost/packngo v0.31.0

0 commit comments

Comments
 (0)