Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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' ]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thoughts: I am surprise that version: [ '1.24', '1.23' ] is not the same as
version: [ 'stable', 'oldstable' ]

Copy link
Copy Markdown
Contributor Author

@ifindlay-cci ifindlay-cci Feb 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oldstable resolves to a 1.22 version. I was surprised too.

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
Loading