Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 3.7.0 to 6.0.1 (#54)
Browse files Browse the repository at this point in the history
* ---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Set timeout to 5m

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gab-arrobo <[email protected]>
  • Loading branch information
dependabot[bot] and gab-arrobo authored May 22, 2024
1 parent 9ca6b35 commit 065a665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v3.7.0
- uses: golangci/golangci-lint-action@v6.0.1
with:
version: latest
args: -v --config ./.golangci.yml
args: -v --config ./.golangci.yml --timeout 5m

unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 065a665

Please sign in to comment.