Skip to content

Commit

Permalink
Merge pull request #3399 from iotaledger/renovate/golangci-golangci-l…
Browse files Browse the repository at this point in the history
…int-action-6.x

chore(deps): update golangci/golangci-lint-action action to v6
  • Loading branch information
jorgemmsilva authored May 20, 2024
2 parents 423e6e2 + 38366a3 commit 6efe78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ jobs:
uses: actions/checkout@v4

- name: Run global scope golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.54.2
args: --timeout 15m0s
skip-pkg-cache: true

- name: Run golangci-lint on wasp-cli
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
working-directory: tools/wasp-cli
version: v1.54.2
Expand Down

0 comments on commit 6efe78d

Please sign in to comment.