feat(go): upgrade from go 1.21 to 1.23

BREAKING CHANGE: will not work properly with Go 1.21.
This commit is contained in:
Houmgaor
2025-10-19 22:24:48 +02:00
parent cde7995132
commit f79e05c0c9
6 changed files with 724 additions and 7 deletions

View File

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