gomod: upgrade go version and golangci

go is updated to v1.24.6 and golangci
from v1.64.6 to v2.4.0.
This commit is contained in:
Slyghtning 2025-08-19 11:03:52 +02:00
parent f54d580b73
commit 2ed543b0f9
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
7 changed files with 350 additions and 305 deletions

View file

@ -20,7 +20,7 @@ env:
# If you change this value, please change it in the following files as well:
# /Dockerfile
GO_VERSION: 1.24.0
GO_VERSION: 1.24.6
jobs:
########################