Skip to content

Commit 75ef8c5

Browse files
authored
Merge pull request #1206 from Scalingo/story-2085/regress-to-go-1-24
[STORY-2085] Regress to Go 1.24
2 parents 212b652 + eb8da5f commit 75ef8c5

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

concurrency/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Scalingo/go-utils/concurrency
22

3-
go 1.24.3
3+
go 1.24
44

55
require github.com/Scalingo/go-utils/logger v1.5.0
66

cronsetup/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Scalingo/go-utils/cronsetup
22

3-
go 1.24.3
3+
go 1.24
44

55
require (
66
github.com/Scalingo/go-etcd-cron v1.3.3

crypto/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Scalingo/go-utils/crypto
22

3-
go 1.24.3
3+
go 1.24
44

55
require (
66
github.com/pkg/errors v0.9.1

difflib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/Scalingo/go-utils/difflib
22

3-
go 1.24.3
3+
go 1.24

env/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Scalingo/go-utils/env
22

3-
go 1.24.3
3+
go 1.24
44

55
require github.com/stretchr/testify v1.10.0
66

errors/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Scalingo/go-utils/errors/v2
22

3-
go 1.24.3
3+
go 1.24
44

55
require (
66
github.com/pkg/errors v0.9.1

etcd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Scalingo/go-utils/etcd
22

3-
go 1.24.3
3+
go 1.24
44

55
require (
66
go.etcd.io/etcd/client/pkg/v3 v3.6.0

fs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Scalingo/go-utils/fs
22

3-
go 1.24.3
3+
go 1.24
44

55
require github.com/spf13/afero v1.14.0
66

gomock_generator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Scalingo/go-utils/gomock_generator
22

3-
go 1.24.3
3+
go 1.24
44

55
// In Dev you can uncomment the following line to use the local 'logger' package
66
// replace github.com/Scalingo/go-utils/logger => ../logger

graceful/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Scalingo/go-utils/graceful
22

3-
go 1.24.3
3+
go 1.24
44

55
require (
66
github.com/Scalingo/go-utils/errors/v2 v2.4.0

0 commit comments

Comments
 (0)