Merge branch 'development' into renovate/golangci-golangci-lint-action-8.x

This commit is contained in:
Jeremy
2025-11-19 23:45:59 -05:00
committed by GitHub
8 changed files with 94 additions and 881 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
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Set up Node.js
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: '24.11.1'
cache: 'npm'