diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6e95ba4d..0f8fcb33 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [ '1.19', '1.20' ] + version: [ '1.20', '1.21' ] name: Go ${{ matrix.version }} outputs: pr_number: ${{ github.event.number }} diff --git a/go.mod b/go.mod index 79c8cd56..69c37c98 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pivotal-cf/brokerapi/v10 -go 1.19 +go 1.21 require ( code.cloudfoundry.org/lager/v3 v3.0.2