mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2025-03-04 00:10:25 +01:00
Bump minimum Go version to 1.19
[skip ci]
This commit is contained in:
parent
81028cf2c2
commit
3056599509
2 changed files with 5 additions and 1 deletions
|
@ -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
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module maunium.net/go/mautrix-whatsapp
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/chai2010/webp v1.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue