Skip to content

Commit

Permalink
chore: bump go.mod Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Apr 2, 2024
1 parent 3597f75 commit c00ce9a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion buildengine/testdata/projects/alpha/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ftl/alpha

go 1.22.0
go 1.22.1

require github.com/TBD54566975/ftl v0.129.2

Expand Down
2 changes: 1 addition & 1 deletion buildengine/testdata/projects/another/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ftl/another

go 1.22.0
go 1.22.1

require github.com/TBD54566975/ftl v0.129.2

Expand Down
2 changes: 1 addition & 1 deletion buildengine/testdata/projects/external/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ftl/external

go 1.22.0
go 1.22.1

replace github.com/TBD54566975/ftl => ../../../..
2 changes: 1 addition & 1 deletion buildengine/testdata/projects/lib/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module lib

go 1.22.0
go 1.22.1

replace github.com/TBD54566975/ftl => ../../..
2 changes: 1 addition & 1 deletion buildengine/testdata/projects/other/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ftl/other

go 1.22.0
go 1.22.1

require github.com/TBD54566975/ftl v0.129.2

Expand Down
2 changes: 1 addition & 1 deletion examples/go/echo/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ftl/echo

go 1.22.0
go 1.22.1

replace github.com/TBD54566975/ftl => ../../..

Expand Down
2 changes: 1 addition & 1 deletion examples/go/time/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ftl/time

go 1.22.0
go 1.22.1

replace github.com/TBD54566975/ftl => ../../..
2 changes: 1 addition & 1 deletion go-runtime/compile/build-template/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module exclude

go 1.22.0
go 1.22.1
2 changes: 1 addition & 1 deletion go-runtime/compile/external-module-template/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module exclude

go 1.22.0
go 1.22.1
2 changes: 1 addition & 1 deletion go-runtime/scaffolding/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This needs to exist so that the Go toolchain doesn't include this directory. Annoying.
module exclude

go 1.22.0
go 1.22.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TBD54566975/ftl

go 1.22.0
go 1.22.1

require (
connectrpc.com/connect v1.15.0
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/schema-generate/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module exclude

go 1.22.0
go 1.22.1
2 changes: 1 addition & 1 deletion kotlin-runtime/external-module-template/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ignore

go 1.22.0
go 1.22.1
2 changes: 1 addition & 1 deletion kotlin-runtime/scaffolding/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This needs to exist so that the Go toolchain doesn't include this directory. Annoying.
module exclude

go 1.22.0
go 1.22.1

0 comments on commit c00ce9a

Please sign in to comment.