Skip to content

Commit

Permalink
try go 1.21 throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
lkingland committed Mar 14, 2024
1 parent b0fca13 commit dbf25b6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion templates/go/.instanced-cloudevents/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module function

go 1.22
go 1.21

require github.com/cloudevents/sdk-go/v2 v2.13.0 // indirect
2 changes: 1 addition & 1 deletion templates/go/.instanced-http/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module function

go 1.22
go 1.21
2 changes: 1 addition & 1 deletion templates/go/cloudevents/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module function

go 1.22
go 1.21

require github.com/cloudevents/sdk-go/v2 v2.5.0
2 changes: 1 addition & 1 deletion templates/go/http/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module function

go 1.22
go 1.21
2 changes: 1 addition & 1 deletion templates/go/scaffolding/instanced-cloudevents/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module s

replace f => ./f

go 1.22
go 1.21

require (
f v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion templates/go/scaffolding/instanced-http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module s

replace f => ./f

go 1.22
go 1.21

require (
f v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion templates/go/scaffolding/static-cloudevents/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module s

replace f => ./f

go 1.22
go 1.21

require (
f v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion templates/go/scaffolding/static-http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module s

replace f => ./f

go 1.22
go 1.21

require (
f v0.0.0-00010101000000-000000000000
Expand Down

0 comments on commit dbf25b6

Please sign in to comment.