Bump minimum Go version to 1.19

[skip ci]
This commit is contained in:
Tulir Asokan 2023-02-16 16:57:35 +02:00
parent 81028cf2c2
commit 3056599509
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# unreleased
* Bumped minimum Go version to 1.19.
# v0.8.2 (2023-02-16)
* Updated portal room power levels to always allow poll votes.

2
go.mod
View file

@ -1,6 +1,6 @@
module maunium.net/go/mautrix-whatsapp
go 1.18
go 1.19
require (
github.com/chai2010/webp v1.1.1