Skip to content

Commit 694e762

Browse files
Merge pull request #2964 from lucas-clemente/update-golangci-lint
update golangci-lint to v1.34.1
2 parents e418ef8 + 38d4d63 commit 694e762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
uses: golangci/golangci-lint-action@v2
1919
with:
2020
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
21-
version: v1.31
21+
version: v1.34.1

packet_packer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ func (p *packetPacker) MaybePackProbePacket(encLevel protocol.EncryptionLevel) (
640640
var hdr *wire.ExtendedHeader
641641
var payload *payload
642642
var sealer sealer
643-
//nolint:exhaustive Probe packets are never sent for 0-RTT.
643+
//nolint:exhaustive // Probe packets are never sent for 0-RTT.
644644
switch encLevel {
645645
case protocol.EncryptionInitial:
646646
var err error

0 commit comments

Comments
 (0)