chore: upgrade from Go 1.19 to Go 1.25.

This commit is contained in:
Houmgaor
2025-11-09 13:03:46 +01:00
parent f0155bf590
commit 5d2d4f2694
5 changed files with 77 additions and 8 deletions

View File

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