diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e23329c53e6..94d40d7e0ae 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -25,7 +25,7 @@ jobs: sudo apt -q install libseccomp-dev - uses: golangci/golangci-lint-action@v3 with: - version: v1.44 + version: v1.45 lint-extra: # Extra linters, only checking new code from pull requests. @@ -46,7 +46,7 @@ jobs: with: only-new-issues: true args: --config .golangci-extra.yml - version: v1.44 + version: v1.45 compile-buildtags: