Compare commits

..

4 Commits

Author SHA1 Message Date
renovate[bot]
5d7a153662
[dependencies] Update golangci/golangci-lint-action action to v7 2025-05-03 06:14:23 +00:00
世界
f8de60c3fb
documentation: Bump version 2025-05-03 14:13:48 +08:00
世界
2982a0599c
Update quic-go to v0.51.0 2025-05-03 14:13:24 +08:00
世界
bc367c3df4
Update utls to v1.7.0 2025-05-03 14:13:24 +08:00
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
with:
go-version: ^1.24.2
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
uses: golangci/golangci-lint-action@v7
with:
version: latest
args: --timeout=30m

View File

@ -5,7 +5,6 @@ package tls
import (
"context"
"github.com/sagernet/sing-box/log"
"github.com/sagernet/sing-box/option"
E "github.com/sagernet/sing/common/exceptions"
)