Skip to content

Commit

Permalink
build(deps): bump Go version to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
servicesenablement committed Mar 5, 2024
1 parent 6424780 commit 0ec0e4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0'
go-version: '1.22.1'
- 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.0'
go-version: '1.22.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

go 1.22.0
go 1.22.1

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

0 comments on commit 0ec0e4f

Please sign in to comment.