Skip to content

Commit 003e7c4

Browse files
build(deps): bump Go version to 1.25.3
1 parent e394225 commit 003e7c4

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@v6
1010
with:
11-
go-version: '1.25.2'
11+
go-version: '1.25.3'
1212
- uses: actions/checkout@v5
1313
- run: go tool 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@v6
1919
with:
20-
go-version: '1.25.2'
20+
go-version: '1.25.3'
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@v6
1818
with:
19-
go-version: '1.25.2'
19+
go-version: '1.25.3'
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@v6
2121
with:
22-
go-version: '1.25.2'
22+
go-version: '1.25.3'
2323
- uses: actions/checkout@v5
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.25.2
3+
go 1.25.3
44

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

0 commit comments

Comments
 (0)