Upgrade Go toolchain to 1.26.5

This commit is contained in:
2026-07-22 13:07:00 -04:00
parent 4454e918c2
commit ae0939177c
7 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
[tools]
go = "1.24.2"
go = "1.26.5"
[tasks.server-run]
description = "Run the Go server"
@@ -45,4 +45,4 @@ run = "true"
[tasks.vulncheck]
description = "Run govulncheck"
dir = "apps/server"
run = "go run golang.org/x/vuln/cmd/govulncheck@v1.1.4 ./..."
run = "go run golang.org/x/vuln/cmd/govulncheck@v1.6.0 ./..."