Skip to content

Commit

Permalink
build(deps): bump Go version to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
servicesenablement committed May 7, 2024
1 parent e509cba commit 71d9180
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.22.2'
go-version: '1.22.3'
- 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/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.22.2'
go-version: '1.22.3'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
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.22.2'
go-version: '1.22.3'
- 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.22.2
go 1.22.3

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

0 comments on commit 71d9180

Please sign in to comment.