go.mod,.builds/*: update to Go 1.19

We only support the most recent two go versions, and using 1.18 prevents use of
atomic.Bool, failing CI for a different patchset of mine.

Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
This commit is contained in:
Chris Waldon
2023-07-18 16:30:28 -04:00
committed by Elias Naur
parent 74a87b1092
commit df782ea7c5
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module gioui.org
go 1.18
go 1.19
require (
eliasnaur.com/font v0.0.0-20230308162249-dd43949cb42d