diff --git a/.golangci-lint.yaml b/.golangci-lint.yaml index 7423e9c..bdc8b35 100644 --- a/.golangci-lint.yaml +++ b/.golangci-lint.yaml @@ -40,7 +40,7 @@ run: # Минимально поддерживаемая версия go. # Mainly related to generics support in go1.18. # Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.17 - go: '1.22' + go: '1.24' # output configuration options output: diff --git a/go.mod b/go.mod index 8debaf9..b09a0bf 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module git-molva.ru/Molva/molva-backend/services/api_gateway go 1.24 +toolchain go1.24.0 + require ( github.com/AlexOreL-272/ProtoMolva v1.32.5 github.com/Masterminds/squirrel v1.5.4