Compare commits

..

4 Commits

Author SHA1 Message Date
renovate[bot]
1151143621
[dependencies] Update golangci/golangci-lint-action action to v8 2025-05-04 21:40:40 +00:00
世界
16c380b8af
documentation: Bump version 2025-05-04 07:53:50 +08:00
世界
2c14e5ff36
Update quic-go to v0.51.0 2025-05-04 07:53:50 +08:00
世界
9d90ef80a7
Update utls to v1.7.0 2025-05-04 07:53:50 +08:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

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