Skip to content

Commit

Permalink
chore: Drop support for go 1.22 (#352)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ifindlay-cci authored Feb 12, 2025
1 parent f1587dd commit 2552cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ 'stable', 'oldstable', '1.22' ]
version: [ '1.24', '1.23' ]
name: Go ${{ matrix.version }}
outputs:
pr_number: ${{ github.event.number }}
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/pivotal-cf/brokerapi/v12

go 1.22.1
go 1.23

require (
github.com/google/uuid v1.6.0
Expand Down

0 comments on commit 2552cdd

Please sign in to comment.