Skip to content

Commit fcb740f

Browse files
fredbiclaude
andauthored
chore: bump go directive to 1.25.0 (#137)
Update all go.mod (and go.work where applicable) to require go 1.25.0. Signed-off-by: Frederic BIDON <fredbi@yahoo.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8d8e028 commit fcb740f

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/go-openapi/ci-workflows
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require github.com/go-openapi/testify/v2 v2.4.1

go.work

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

33
use (
44
.

sample-monorepo/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/go-openapi/ci-workflows/sample-monorepo
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
require github.com/go-openapi/testify/v2 v2.0.2
5+
require github.com/go-openapi/testify/v2 v2.4.1

sample-monorepo/go.sum

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls=
2-
github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54=
1+
github.com/go-openapi/testify/v2 v2.4.1 h1:zB34HDKj4tHwyUQHrUkpV0Q0iXQ6dUCOQtIqn8hE6Iw=

0 commit comments

Comments
 (0)