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

This commit is contained in:
renovate[bot]
2025-12-03 03:25:40 +00:00
committed by GitHub
parent c3b14004fa
commit 4235573d80
6 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: '1.25.4'
go-version: '1.25.5'
cache-dependency-path: backend/go.sum
- name: Run Benchmark

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: '1.25.4'
go-version: '1.25.5'
cache-dependency-path: backend/go.sum
- name: Run Go tests

View File

@@ -42,7 +42,7 @@ jobs:
if: matrix.language == 'go'
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: '1.25.4'
go-version: '1.25.5'
- name: Autobuild
uses: github/codeql-action/autobuild@fe4161a26a8629af62121b670040955b330f9af2 # v4

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: '1.25.4'
go-version: '1.25.5'
cache-dependency-path: backend/go.sum
- name: Run Go tests

View File

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

View File

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