From e395d3d0a1d7fb15b869edba301b338c8689973a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:00:24 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.54.2 --- .github/workflows/ci.yml | 2 +- .github/workflows/provider-ci.yml | 2 +- .github/workflows/provider-publish-service-artifacts.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be2610c..35626fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: env: # Common versions GO_VERSION: '1.19' - GOLANGCI_VERSION: 'v1.54.1' + GOLANGCI_VERSION: 'v1.54.2' DOCKER_BUILDX_VERSION: 'v0.8.2' # Common users. We can't run a step 'if secrets.XXX != ""' but we can run a diff --git a/.github/workflows/provider-ci.yml b/.github/workflows/provider-ci.yml index 0b29ca5..df35aae 100644 --- a/.github/workflows/provider-ci.yml +++ b/.github/workflows/provider-ci.yml @@ -16,7 +16,7 @@ on: env: # Common versions GO_VERSION: '1.20' - GOLANGCI_VERSION: 'v1.54.1' + GOLANGCI_VERSION: 'v1.54.2' DOCKER_BUILDX_VERSION: 'v0.8.2' # Common users. We can't run a step 'if secrets.XXX != ""' but we can run a diff --git a/.github/workflows/provider-publish-service-artifacts.yml b/.github/workflows/provider-publish-service-artifacts.yml index 58919c0..237c25d 100644 --- a/.github/workflows/provider-publish-service-artifacts.yml +++ b/.github/workflows/provider-publish-service-artifacts.yml @@ -27,7 +27,7 @@ on: env: # Common versions GO_VERSION: '1.20' - GOLANGCI_VERSION: 'v1.54.1' + GOLANGCI_VERSION: 'v1.54.2' DOCKER_BUILDX_VERSION: 'v0.8.2' UP_VERSION: 'v0.17.0'