Skip to content

Commit

Permalink
chore: specify go 1.22.0 in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
fnaranjo-vmw committed Feb 9, 2024
1 parent faec2e9 commit b90e8c9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/apps/dynamodbnsapp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module dynamodbnsapp

go 1.22
go 1.22.0

require (
github.com/aws/aws-sdk-go-v2 v1.24.1
Expand Down
2 changes: 1 addition & 1 deletion acceptance-tests/apps/dynamodbtableapp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module dynamodbtableapp

go 1.22
go 1.22.0

require (
github.com/aws/aws-sdk-go-v2 v1.24.1
Expand Down
2 changes: 1 addition & 1 deletion acceptance-tests/apps/mssqlapp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module mssqlapp

go 1.22
go 1.22.0

require (
github.com/cloudfoundry-community/go-cfenv v1.18.0
Expand Down
2 changes: 1 addition & 1 deletion acceptance-tests/apps/mysqlapp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module mysqlapp

go 1.22
go 1.22.0

require (
github.com/cloudfoundry-community/go-cfenv v1.18.0
Expand Down
2 changes: 1 addition & 1 deletion acceptance-tests/apps/postgresqlapp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module postgresqlapp

go 1.22
go 1.22.0

require (
github.com/cloudfoundry-community/go-cfenv v1.18.0
Expand Down
2 changes: 1 addition & 1 deletion acceptance-tests/apps/redisapp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module redisapp

go 1.22
go 1.22.0

require (
github.com/cloudfoundry-community/go-cfenv v1.18.0
Expand Down
2 changes: 1 addition & 1 deletion acceptance-tests/apps/s3app/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module s3app

go 1.22
go 1.22.0

require (
github.com/aws/aws-sdk-go-v2 v1.24.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module csbbrokerpakaws

go 1.22
go 1.22.0

require (
code.cloudfoundry.org/jsonry v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion providers/terraform-provider-csbdynamodbns/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudfoundry/csb-brokerpak-aws/terraform-provider-dynamodbns

go 1.22
go 1.22.0

require (
github.com/aws/aws-sdk-go-v2 v1.24.1
Expand Down
2 changes: 1 addition & 1 deletion providers/terraform-provider-csbmajorengineversion/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudfoundry/csb-brokerpak-aws/terraform-provider-majorengineversion

go 1.22
go 1.22.0

require (
github.com/aws/aws-sdk-go-v2 v1.24.1
Expand Down

0 comments on commit b90e8c9

Please sign in to comment.