chore(deps): update dependency go to v1.25.4

This commit is contained in:
renovate[bot]
2025-11-20 04:41:32 +00:00
committed by GitHub
parent 2533ee1710
commit 7fab85d5a1
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: '1.24.4'
go-version: '1.25.4'
cache-dependency-path: backend/go.sum
- name: Run Go tests
+1 -3
View File
@@ -1,8 +1,6 @@
module github.com/Wikid82/CaddyProxyManagerPlus/backend
go 1.24.0
toolchain go1.24.4
go 1.25.4
require (
github.com/gin-gonic/gin v1.10.0