Skip to content

Commit 7da530b

Browse files
authored
Bump Go version from 1.25.7 to 1.25.8 (#10309)
1 parent 7635c09 commit 7da530b

11 files changed

Lines changed: 11 additions & 11 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/treeverse/lakefs
22

3-
go 1.25.7
3+
go 1.25.8
44

55
require (
66
cloud.google.com/go v0.123.0 // indirect

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.25.7
1+
go 1.25.8
22

33
use (
44
.

modules/api/factory/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/treeverse/lakefs/modules/api/factory
22

3-
go 1.25.7
3+
go 1.25.8
44

55
// This module uses the go.work file to get all package dependencies from lakefs
66

modules/auth/factory/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/treeverse/lakefs/modules/auth/factory
22

3-
go 1.25.7
3+
go 1.25.8
44

55
// This module uses the go.work file to get all package dependencies from lakefs
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/treeverse/lakefs/modules/authentication/factory
22

3-
go 1.25.7
3+
go 1.25.8

modules/block/factory/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/treeverse/lakefs/modules/block/factory
22

3-
go 1.25.7
3+
go 1.25.8
44

55
// This module uses the go.work file to get all package dependencies from lakefs

modules/catalog/factory/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/treeverse/lakefs/modules/catalog/factory
22

3-
go 1.25.7
3+
go 1.25.8

modules/config/factory/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/treeverse/lakefs/modules/config/factory
22

3-
go 1.25.7
3+
go 1.25.8

modules/gateway/factory/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/treeverse/lakefs/modules/gateway/factory
22

3-
go 1.25.7
3+
go 1.25.8

modules/license/factory/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/treeverse/lakefs/modules/license/factory
22

3-
go 1.25.7
3+
go 1.25.8

0 commit comments

Comments
 (0)