From f46b07c210c431fb59b615e279d88a57347b2fe7 Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Wed, 17 Sep 2025 14:56:52 +0300 Subject: [PATCH] 71 --- .golangci-lint.yaml | 2 +- go.mod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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