Skip to content

Commit b2a918a

Browse files
author
ifindlay-cci
committed
chore: Drop supoprt for go 1.22
Go 1.22 is no longer in active support.
1 parent f1587dd commit b2a918a

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: [ 'stable', 'oldstable' ]
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)