From 0c0998054cda836282c725784e5a47debe3eb413 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 19:24:51 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.57.2 --- .github/workflows/check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5646ef92..66b8b719 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,7 +13,7 @@ jobs: uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # 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.53.3 + version: v1.57.2 go-test: name: Verify go tests runs-on: ubuntu-latest @@ -23,7 +23,7 @@ jobs: - name: Setup golang uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4 with: - go-version: '1.20.5' + go-version: v1.57.2 - name: Print go version run: go version - name: Execute go tests @@ -45,7 +45,7 @@ jobs: - name: Setup golang uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4 with: - go-version: '1.20.5' + go-version: v1.57.2 - name: Verify tilt ci run: | TILT_ALLOW_CONTEXT=kind-chart-testing \