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

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.25'
- name: Build Linux-amd64
run: env GOOS=linux GOARCH=amd64 go build -v