Skip to content

Commit

Permalink
Bump required Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Oct 3, 2024
1 parent c6e4bfe commit 0b15794
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20", "1.21"]
go: ["1.21", "stable"]
steps:
- uses: actions/checkout@v3
- name: Setup go
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20", "1.21"]
go: ["1.21", "stable"]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ gomatrixserverlib

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

Go library for common functions needed by matrix servers. This library assumes Go 1.18+.
Go library for common functions needed by matrix servers. This library assumes Go 1.21+.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.18
go 1.21.0

0 comments on commit 0b15794

Please sign in to comment.