Update dependencies in go.mod and go.sum to latest versions
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 2m45s

This commit is contained in:
2025-08-30 23:06:24 -04:00
parent eb00dc5165
commit 9f58437d0e

View File

@@ -8,7 +8,7 @@ name: 🧪 ✨ Unit Tests Workflow
jobs:
test-go:
env:
GO_VERSION: '1.24.3'
GO_VERSION: '1.25.0'
name: 🔍 🐹 Go Tests
runs-on: ubuntu-latest
steps: