From a85e61f5f9ebdc7104ba282ddcad5f111e69cb7f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 11 Apr 2021 22:21:58 +0200 Subject: [PATCH] Upgrade golangci to v1.39 (#1074) --- .github/workflows/golangci-lint.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 5be7d1e9..3a5f99e9 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -14,7 +14,8 @@ jobs: - uses: actions/checkout@v2 - name: golangci-lint 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 - args: ./... \ No newline at end of file + # Required: the version of golangci-lint is required and must be + # specified without patch version: we always use the latest patch version. + # https://github.com/golangci/golangci-lint/releases + version: v1.39 + args: ./...