From 991dbf0b5e3bcde6d443a6cd96616398241a2bb1 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 10 Aug 2022 10:29:58 -0400 Subject: [PATCH] test lint upgrade --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c0eb3ca4d..5defd64b8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: '^1.16' + go-version: '^1.18' - uses: technote-space/get-diff-action@v6 with: PATTERNS: | @@ -26,7 +26,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 + version: v1.47.3 args: --timeout 10m github-token: ${{ secrets.github_token }} if: env.GIT_DIFF