2
0

build(deps): update go version to 1.25.0
Some checks failed
CI / build-and-test (push) Failing after 23s

Remove explicit toolchain directive and update to Go 1.25.0
This commit is contained in:
2026-01-25 12:12:49 -05:00
parent bf71b55cb7
commit 50480c989c

4
go.mod
View File

@@ -1,8 +1,6 @@
module git.marketally.com/gitcaddy/gitcaddy-runner
go 1.24.0
toolchain go1.24.11
go 1.25.0
require (
code.gitea.io/actions-proto-go v0.5.2