Skip to content

Commit

Permalink
Bump go version in tests (so Dendrite unit tests can pass) (#413)
Browse files Browse the repository at this point in the history
Signed-off-by: `Sam Wedgwood <[email protected]>`
  • Loading branch information
swedgwood authored Aug 22, 2023
1 parent c48e302 commit e5cb0de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.18", "1.19"]
go: ["1.20", "1.21"]
steps:
- uses: actions/checkout@v3
- name: Setup go
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.18", "1.19"]
go: ["1.20", "1.21"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e5cb0de

Please sign in to comment.