From 08d8c7e3094a4d8ff457e8cbb5268e8d1e74ad74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:31:29 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.56.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..765e46a9 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.56.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.56.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.56.2 - name: Verify tilt ci run: | TILT_ALLOW_CONTEXT=kind-chart-testing \