Skip to content

Commit

Permalink
build(deps): bump Go version to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
servicesenablement committed Sep 5, 2024
1 parent 8860e24 commit 4fd015b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0'
go-version: '1.23.1'
- 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/manual-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.0'
go-version: '1.23.1'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.0'
go-version: '1.23.1'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.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.0'
go-version: '1.23.1'
- uses: actions/checkout@v4
- run: make test
call-dependabot-pr-workflow:
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 github.com/cloudfoundry/cloud-service-broker/v2

go 1.23.0
go 1.23.1

require (
code.cloudfoundry.org/credhub-cli v0.0.0-20220620130410-645eee56ecdb
Expand Down

0 comments on commit 4fd015b

Please sign in to comment.