Skip to content

Commit

Permalink
Bump lint action version (#2590)
Browse files Browse the repository at this point in the history
We were 2 versions behind and the errors are sometimes inscrutable.
Hoping that this is fixed in the newer version.
  • Loading branch information
VenelinMartinov authored Nov 5, 2024
1 parent f091996 commit e5f6941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions .github/workflows/weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5f6941

Please sign in to comment.