From 2c5a6dad2ce1fcf1b0e42ec31c6b223379f37b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 00:08:51 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 3 to 6 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2eaf565d..310c9372 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,9 +18,9 @@ jobs: - name: Provide `StemcellAutomation.zip` for `go:embed` consumption in `assets` package run: | make generate-fake-stemcell-automation - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v6 if: ${{ matrix.os == 'windows-2019' }} - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v6 if: ${{ matrix.os != 'windows-2019' }} with: args: --enable goimports