You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .golangci.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ linters:
135
135
# for github.com/sapcc/keppel et al
136
136
- github.com/go-gorp/gorp/v3
137
137
toolchain-forbidden: true
138
-
go-version-pattern: 1\.\d+(\.0)?$
138
+
go-version-pattern: 1\.\d+(\.\d+)?$
139
139
gosec:
140
140
excludes:
141
141
# 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/
0 commit comments