Merge pull request #390 from Wikid82/renovate/go-1.x

chore(deps): update dependency go to v1.25.5
This commit is contained in:
Jeremy
2025-12-14 02:02:53 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: '1.23.x'
go-version: '1.25.5'
- name: Set up Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6

View File

@@ -1,6 +1,6 @@
module github.com/Wikid82/charon/backend
go 1.25
go 1.25.5
require (
github.com/containrrr/shoutrrr v0.8.0