diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 05a1f8fc..595221ef 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -4,7 +4,7 @@ env: ALT_AWS_PROFILE: ${{ secrets.ALT_AWS_PROFILE }} AWS_REGION: us-west-2 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GOLANGCI_LINT_VERSION: v1.59.0 + GOLANGCI_LINT_VERSION: v1.61.0 NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ed10e729..ab307a97 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -4,7 +4,7 @@ env: ALT_AWS_PROFILE: ${{ secrets.ALT_AWS_PROFILE }} AWS_REGION: us-west-2 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GOLANGCI_LINT_VERSION: v1.59.0 + GOLANGCI_LINT_VERSION: v1.61.0 NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83a08388..7ba590f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ env: ALT_AWS_PROFILE: ${{ secrets.ALT_AWS_PROFILE }} AWS_REGION: us-west-2 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GOLANGCI_LINT_VERSION: v1.59.0 + GOLANGCI_LINT_VERSION: v1.61.0 NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }} diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index d1845632..170941a8 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -10,7 +10,7 @@ env: ALT_AWS_PROFILE: ${{ secrets.ALT_AWS_PROFILE }} AWS_REGION: us-west-2 GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }} - GOLANGCI_LINT_VERSION: v1.59.0 + GOLANGCI_LINT_VERSION: v1.61.0 NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} PROVIDER: eks