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:
Marten Seemann 2023-03-28 14:55:26 +09:00 committed by GitHub
parent f20b0d3d01
commit 56a6d8d35b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -27,8 +27,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19.x"
go-version: "1.20.x"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.48.0
version: v1.52.2