From 709cfee3b52585a6646cb961716cf3b5739923ca Mon Sep 17 00:00:00 2001 From: Paul van Brouwershaven Date: Thu, 30 Jun 2022 18:04:38 +0200 Subject: [PATCH] Update linter --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 767a6fe..4dd38ca 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -17,7 +17,7 @@ jobs: uses: golangci/golangci-lint-action@v2 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.29 + version: v1.46 # Optional: working directory, useful for monorepos # working-directory: somedir