mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
ci: update golangci-lint to v1.52.2, update Go version (#3740)
* ci: update golangci-lint to v1.52.2, update Go version * run gofumpt
This commit is contained in:
parent
f20b0d3d01
commit
56a6d8d35b
2 changed files with 3 additions and 4 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -27,8 +27,8 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: "1.19.x"
|
go-version: "1.20.x"
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: v1.48.0
|
version: v1.52.2
|
||||||
|
|
|
@ -408,8 +408,7 @@ readLoop:
|
||||||
func (h *cryptoSetup) checkEncryptionLevel(msgType messageType, encLevel protocol.EncryptionLevel) error {
|
func (h *cryptoSetup) checkEncryptionLevel(msgType messageType, encLevel protocol.EncryptionLevel) error {
|
||||||
var expected protocol.EncryptionLevel
|
var expected protocol.EncryptionLevel
|
||||||
switch msgType {
|
switch msgType {
|
||||||
case typeClientHello,
|
case typeClientHello, typeServerHello:
|
||||||
typeServerHello:
|
|
||||||
expected = protocol.EncryptionInitial
|
expected = protocol.EncryptionInitial
|
||||||
case typeEncryptedExtensions,
|
case typeEncryptedExtensions,
|
||||||
typeCertificate,
|
typeCertificate,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue