From 83ded3f3effb304f0cff69f545f0ca42b3fe13f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 22:01:38 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.59.0 --- .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..9081351e 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.59.0 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.59.0 - 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.59.0 - name: Verify tilt ci run: | TILT_ALLOW_CONTEXT=kind-chart-testing \