Skip to content

Commit

Permalink
chore: Update to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
fnaranjo-vmw committed Oct 9, 2023
1 parent d819705 commit 4ab931d
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: [ '1.19', '1.20' ]
version: [ '1.20', '1.21' ]
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/v10

go 1.19
go 1.21

require (
code.cloudfoundry.org/lager/v3 v3.0.2
Expand Down

0 comments on commit 4ab931d

Please sign in to comment.