From 4ab931d5fcae374dd41802935a6fb2bc65e8f405 Mon Sep 17 00:00:00 2001 From: Fernando Naranjo Date: Mon, 9 Oct 2023 16:20:01 +0000 Subject: [PATCH] chore: Update to Go 1.21 [#185100152](https://www.pivotaltracker.com/story/show/185100152) --- .github/workflows/run-tests.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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