From f9fd6c98855327ccbe28020a6811eb276f0fc9cb Mon Sep 17 00:00:00 2001 From: Will Norris Date: Mon, 3 Apr 2023 17:39:50 -0700 Subject: [PATCH] .github/workflows: update golangci-lint action --- .github/workflows/linter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e8d08ef..2d8ee2b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,11 +13,11 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: - go-version: 1.x + go-version: stable - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.50.1 + version: v1.52.2