File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
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 :
Original file line number Diff line number Diff 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 +.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments