Skip to content

Commit

Permalink
Remove go 1.20 from dendrite unit test run
Browse files Browse the repository at this point in the history
Dendrite no longer builds against go 1.20, since
matrix-org/dendrite#3360
  • Loading branch information
richvdh committed Nov 5, 2024
1 parent 810787d commit c1e1dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20", "1.21"]
go: ["1.21"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c1e1dbe

Please sign in to comment.