Skip to content

Commit

Permalink
Merge pull request #2964 from lucas-clemente/update-golangci-lint
Browse files Browse the repository at this point in the history
update golangci-lint to v1.34.1
  • Loading branch information
marten-seemann authored Jan 2, 2021
2 parents e418ef8 + 38d4d63 commit 694e762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.31
version: v1.34.1
2 changes: 1 addition & 1 deletion packet_packer.go
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ func (p *packetPacker) MaybePackProbePacket(encLevel protocol.EncryptionLevel) (
var hdr *wire.ExtendedHeader
var payload *payload
var sealer sealer
//nolint:exhaustive Probe packets are never sent for 0-RTT.
//nolint:exhaustive // Probe packets are never sent for 0-RTT.
switch encLevel {
case protocol.EncryptionInitial:
var err error
Expand Down

0 comments on commit 694e762

Please sign in to comment.