From 951af56845f8015340fe497aa210726181b4c97e Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Mon, 13 Jan 2025 16:18:12 +0000 Subject: [PATCH] Run go-makefile-maker --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index c40e7961..c3880340 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -88,8 +88,8 @@ linters-settings: # Put local imports after 3rd-party packages. local-prefixes: github.com/sapcc/castellum gomoddirectives: - toolchain-forbidden: true go-version-pattern: '1\.\d+(\.0)?$' + toolchain-forbidden: true gosec: excludes: # gosec wants us to set a short ReadHeaderTimeout to avoid Slowloris attacks, but doing so would expose us to Keep-Alive race conditions (see https://iximiuz.com/en/posts/reverse-proxy-http-keep-alive-and-502s/)