fix: Use go 1.25 for load tests in CI

This commit is contained in:
TheiLLeniumStudios
2026-01-08 11:07:38 +01:00
parent a419b07e02
commit 27f49ecc0f

View File

@@ -48,7 +48,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.25'
cache: false
- name: Set up Docker Buildx