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'