build with go v1.25 (#814)

This commit is contained in:
Alexandru Gologan
2025-12-30 19:01:12 +02:00
committed by GitHub
parent e0fcd058df
commit 16f88a1336
6 changed files with 18 additions and 11 deletions

4
go.mod
View File

@@ -1,8 +1,8 @@
module github.com/sosedoff/pgweb
go 1.24.0
go 1.25
toolchain go1.24.3
toolchain go1.25.4
require (
github.com/BurntSushi/toml v1.1.0