From e5f69416c80947355e01758f804a0ed79d8fb5cc Mon Sep 17 00:00:00 2001 From: VenelinMartinov Date: Tue, 5 Nov 2024 17:33:16 +0000 Subject: [PATCH] Bump lint action version (#2590) We were 2 versions behind and the errors are sometimes inscrutable. Hoping that this is fixed in the newer version. --- .github/workflows/build-and-test.yml | 4 +--- .github/workflows/weekly-pulumi-update.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 49068b9f8..11031bbdd 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -70,11 +70,9 @@ jobs: cache-dependency-path: | **/go.sum - name: Install golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: skip-cache: true - skip-pkg-cache: true - skip-build-cache: true version: v1.60 - name: Lint run: make lint diff --git a/.github/workflows/weekly-pulumi-update.yml b/.github/workflows/weekly-pulumi-update.yml index 97f2c5f5d..3bfeaa243 100644 --- a/.github/workflows/weekly-pulumi-update.yml +++ b/.github/workflows/weekly-pulumi-update.yml @@ -27,11 +27,9 @@ jobs: cache-dependency-path: | **/go.sum - name: Install golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: skip-cache: true - skip-pkg-cache: true - skip-build-cache: true version: v1.60 - name: Update Pulumi/Pulumi id: gomod