From 2dd5521136371cce65ec65ed220276f0476b4282 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:08:11 -0800 Subject: [PATCH] Update GitHub Actions workflows. (#332) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 5e9d90c1d17465103f1658efbbb32266db0d8d8d. --- .github/workflows/license.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index ec6b9c91e..814c34a17 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -53,11 +53,6 @@ jobs: sdk/go.sum go-version: 1.21.x - run: make upstream - - # Work around https://github.com/google/go-licenses/issues/244 - - run: cd upstream && go mod edit -go=1.21 && go mod tidy - - run: cd provider && go mod edit -go=1.21 && go mod tidy - - uses: pulumi/license-check-action@main with: module-path: provider