Skip to content

Commit

Permalink
Merge pull request #102 from nlnwa/dependabot/github_actions/golangci…
Browse files Browse the repository at this point in the history
…/golangci-lint-action-4

build(deps): bump golangci/golangci-lint-action from 3 to 4
  • Loading branch information
trym-b authored Feb 19, 2024
2 parents 4a83f6c + ddda387 commit 02d1f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v4
with:
version: latest
# Enable additional linters (see: https://golangci-lint.run/usage/linters/)
Expand Down

0 comments on commit 02d1f2d

Please sign in to comment.