chore: upgrading minimal Go from 1.23 to 1.25.

This commit is contained in:
Houmgaor
2025-11-09 16:51:02 +01:00
parent 68b9cf48d1
commit e31a37e0f9
4 changed files with 6 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.25'
- name: Download dependencies
run: go mod download
@@ -63,7 +63,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.25'
- name: Download dependencies
run: go mod download