diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e64854d..cd78abaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: uses: golangci/golangci-lint-action@v3 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.45.2 + version: v1.49.0 # Optional: show only new issues if it's a pull request. The default value is `false`. only-new-issues: true integration: