[PR #4817] [MERGED] update golangci-lint version #5051

Closed
opened 2026-05-05 14:53:46 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4817
Author: @fatedier
Created: 5/27/2025
Status: Merged
Merged: 5/27/2025
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 7bd7500 update golangci-lint version

📊 Changes

18 files changed (+170 additions, -208 deletions)

View changed files

📝 .github/workflows/golangci-lint.yml (+2 -8)
📝 .golangci.yml (+92 -120)
📝 client/service.go (+3 -4)
📝 go.mod (+8 -8)
📝 go.sum (+18 -14)
📝 hack/run-e2e.sh (+3 -3)
📝 pkg/config/legacy/client.go (+2 -5)
📝 pkg/config/legacy/conversion.go (+22 -22)
📝 pkg/config/legacy/proxy.go (+1 -1)
📝 pkg/config/v1/proxy.go (+1 -1)
📝 pkg/metrics/mem/server.go (+1 -1)
📝 pkg/util/net/conn.go (+1 -1)
📝 pkg/util/vhost/http.go (+1 -5)
📝 pkg/util/vhost/vhost.go (+1 -5)
📝 test/e2e/legacy/basic/client_server.go (+5 -3)
📝 test/e2e/legacy/plugin/server.go (+2 -2)
📝 test/e2e/v1/basic/client_server.go (+5 -3)
📝 test/e2e/v1/plugin/server.go (+2 -2)

📄 Description

WHY


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/4817 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/27/2025 **Status:** ✅ Merged **Merged:** 5/27/2025 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`7bd7500`](https://github.com/fatedier/frp/commit/7bd7500831aedab719fb03708c44439c9adfdaef) update golangci-lint version ### 📊 Changes **18 files changed** (+170 additions, -208 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golangci-lint.yml` (+2 -8) 📝 `.golangci.yml` (+92 -120) 📝 `client/service.go` (+3 -4) 📝 `go.mod` (+8 -8) 📝 `go.sum` (+18 -14) 📝 `hack/run-e2e.sh` (+3 -3) 📝 `pkg/config/legacy/client.go` (+2 -5) 📝 `pkg/config/legacy/conversion.go` (+22 -22) 📝 `pkg/config/legacy/proxy.go` (+1 -1) 📝 `pkg/config/v1/proxy.go` (+1 -1) 📝 `pkg/metrics/mem/server.go` (+1 -1) 📝 `pkg/util/net/conn.go` (+1 -1) 📝 `pkg/util/vhost/http.go` (+1 -5) 📝 `pkg/util/vhost/vhost.go` (+1 -5) 📝 `test/e2e/legacy/basic/client_server.go` (+5 -3) 📝 `test/e2e/legacy/plugin/server.go` (+2 -2) 📝 `test/e2e/v1/basic/client_server.go` (+5 -3) 📝 `test/e2e/v1/plugin/server.go` (+2 -2) </details> ### 📄 Description ### WHY <!-- author to complete --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:53:46 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#5051
No description provided.