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

chore(deps): update dependency go to v1.25.4
This commit is contained in:
Jeremy
2025-11-19 23:42:01 -05:00
committed by GitHub
2 changed files with 2 additions and 4 deletions

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