Skip to content

Commit

Permalink
build(deps): bump golangci/golangci-lint-action from 4 to 5 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent 807199a commit 1815746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
cache: false
- uses: golangci/golangci-lint-action@v4
- uses: golangci/golangci-lint-action@v5
name: Install golangci-lint
with:
version: latest
args: --version
args: --help
- run: make lint
name: Lint

Expand Down

0 comments on commit 1815746

Please sign in to comment.