Skip to content

Commit e5cb0de

Browse files
authored
Bump go version in tests (so Dendrite unit tests can pass) (#413)
Signed-off-by: `Sam Wedgwood <[email protected]>`
1 parent c48e302 commit e5cb0de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Go
2222
uses: actions/setup-go@v3
2323
with:
24-
go-version: 1.18
24+
go-version: 1.21
2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@v3
2727

@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
go: ["1.18", "1.19"]
36+
go: ["1.20", "1.21"]
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Setup go
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
fail-fast: false
8282
matrix:
83-
go: ["1.18", "1.19"]
83+
go: ["1.20", "1.21"]
8484
steps:
8585
- uses: actions/checkout@v3
8686
with:

0 commit comments

Comments
 (0)