Skip to content

Commit d0f8c21

Browse files
build(deps): bump Go version to 1.24.1
1 parent 807c21b commit d0f8c21

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/focused-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/setup-go@v5
1010
with:
11-
go-version: '1.23.6'
11+
go-version: '1.24.1'
1212
- uses: actions/checkout@v4
1313
- run: go run github.com/onsi/ginkgo/v2/ginkgo unfocus && test -z "$(git status -s)"
1414

.github/workflows/manual-releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.23.6'
20+
go-version: '1.24.1'
2121
- name: Run GoReleaser
2222
uses: goreleaser/goreleaser-action@v6
2323
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.23.6'
19+
go-version: '1.24.1'
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v6
2222
with:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.23.6'
22+
go-version: '1.24.1'
2323
- uses: actions/checkout@v4
2424
- run: make test
2525
call-dependabot-pr-workflow:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudfoundry/cloud-service-broker/v2
22

3-
go 1.23.6
3+
go 1.24.1
44

55
require (
66
code.cloudfoundry.org/brokerapi/v13 v13.0.0

0 commit comments

Comments
 (0)