From 8ea26b7df532c4349f58d00b49aaf7c401ca9d6f Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Mon, 6 May 2024 23:40:46 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#489) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 89ba5ed89535639b7aab2b73eb3235d32b55d639. --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 86b4b9e9..b95efc23 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -45,7 +45,7 @@ jobs: uses: actions/setup-go@v5 with: # The versions of golangci-lint and setup-go here cross-depend and need to update together. - go-version: 1.21 + go-version: 1.22 # Either this action or golangci-lint needs to disable the cache cache: false - name: disarm go:embed directives to enable lint @@ -58,7 +58,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v4 with: - version: v1.55.2 + version: v1.58.0 working-directory: provider - if: failure() && github.event_name == 'push' name: Notify Slack