Skip to content

Commit

Permalink
build(deps): bump Go version to 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
servicesenablement committed Feb 4, 2025
1 parent c58f16c commit 88a5ba5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/focused-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23.5'
go-version: '1.23.6'
- uses: actions/checkout@v4
- run: go run github.com/onsi/ginkgo/v2/ginkgo unfocus && test -z "$(git status -s)"

2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23.5'
go-version: '1.23.6'
- uses: actions/checkout@v4
- run: make test
call-dependabot-pr-workflow:
Expand Down
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.23.5
go 1.23.6

require (
github.com/aws/aws-sdk-go-v2 v1.36.0
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.23.5
go 1.23.6

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.23.5
go 1.23.6

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.23.5
go 1.23.6

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.23.5
go 1.23.6

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.23.5
go 1.23.6

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

go 1.23.5
go 1.23.6

require (
github.com/aws/aws-sdk-go-v2 v1.36.0
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.23.5
go 1.23.6

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.23.5
go 1.23.6

require (
github.com/aws/aws-sdk-go-v2 v1.36.0
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.23.5
go 1.23.6

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

0 comments on commit 88a5ba5

Please sign in to comment.