Skip to content

Commit 2552cdd

Browse files
authored
chore: Drop support for go 1.22 (#352)
* chore: Drop supoprt for go 1.22 Go 1.22 is no longer in active support. * chore: remove the use of stable and oldstable oldstable is still resolving to 1.22.12, which is out of support
1 parent f1587dd commit 2552cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
version: [ 'stable', 'oldstable', '1.22' ]
18+
version: [ '1.24', '1.23' ]
1919
name: Go ${{ matrix.version }}
2020
outputs:
2121
pr_number: ${{ github.event.number }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pivotal-cf/brokerapi/v12
22

3-
go 1.22.1
3+
go 1.23
44

55
require (
66
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)