ci: update golangci-lint to v1.55.2 (#4204)

This commit is contained in:
Marten Seemann 2023-12-13 17:32:06 +05:30 committed by GitHub
parent ff6d575ee3
commit 048940927c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -51,7 +51,7 @@ jobs:
with:
skip-pkg-cache: true
args: --timeout=3m
version: v1.52.2
version: v1.55.2
- name: golangci-lint (Windows)
if: success() || failure() # run this step even if the previous one failed
uses: golangci/golangci-lint-action@v3
@ -60,7 +60,7 @@ jobs:
with:
skip-pkg-cache: true
args: --timeout=3m
version: v1.52.2
version: v1.55.2
- name: golangci-lint (OSX)
if: success() || failure() # run this step even if the previous one failed
uses: golangci/golangci-lint-action@v3
@ -69,7 +69,7 @@ jobs:
with:
skip-pkg-cache: true
args: --timeout=3m
version: v1.52.2
version: v1.55.2
- name: golangci-lint (FreeBSD)
if: success() || failure() # run this step even if the previous one failed
uses: golangci/golangci-lint-action@v3
@ -78,7 +78,7 @@ jobs:
with:
skip-pkg-cache: true
args: --timeout=3m
version: v1.52.2
version: v1.55.2
- name: golangci-lint (others)
if: success() || failure() # run this step even if the previous one failed
uses: golangci/golangci-lint-action@v3
@ -87,4 +87,4 @@ jobs:
with:
skip-pkg-cache: true
args: --timeout=3m
version: v1.52.2
version: v1.55.2

View file

@ -3,15 +3,15 @@ run:
- internal/handshake/cipher_suite.go
linters-settings:
depguard:
type: blacklist
packages:
- github.com/marten-seemann/qtls
- github.com/quic-go/qtls-go1-19
- github.com/quic-go/qtls-go1-20
packages-with-error-message:
- github.com/marten-seemann/qtls: "importing qtls only allowed in internal/qtls"
- github.com/quic-go/qtls-go1-19: "importing qtls only allowed in internal/qtls"
- github.com/quic-go/qtls-go1-20: "importing qtls only allowed in internal/qtls"
rules:
qtls:
list-mode: lax
files:
- "!internal/qtls/**"
- "$all"
deny:
- pkg: github.com/quic-go/qtls-go1-20
desc: "importing qtls only allowed in internal/qtls"
misspell:
ignore-words:
- ect