Skip to content

Commit 3d48766

Browse files
committed
Update to Go 1.22 minimum, update GHA
1 parent b3fced3 commit 3d48766

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.21
24+
go-version: 1.22
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.20", "1.21"]
36+
go: ["stable", "1.22"]
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Setup go
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
go: ["1.21"]
86+
go: ["stable", "1.22"]
8787
steps:
8888
- uses: actions/checkout@v3
8989
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ gomatrixserverlib
33

44
[![GoDoc](https://godoc.org/github.com/matrix-org/gomatrixserverlib?status.svg)](https://godoc.org/github.com/matrix-org/gomatrixserverlib)
55

6-
Go library for common functions needed by matrix servers. This library assumes Go 1.18+.
6+
Go library for common functions needed by matrix servers. This library assumes Go 1.22+.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ require (
3131
gopkg.in/yaml.v3 v3.0.1 // indirect
3232
)
3333

34-
go 1.18
34+
go 1.22

0 commit comments

Comments
 (0)