Use go1.24 in CI and scripts (#818)

This commit is contained in:
Dan Sosedoff
2025-11-11 22:18:57 -08:00
committed by GitHub
parent 3fb87562ed
commit 9a5df8487a
4 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/sosedoff/pgweb
go 1.22
go 1.24
require (
github.com/BurntSushi/toml v1.1.0