Skip to content

Commit

Permalink
Merge pull request #6 from JoeKleinsorge/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…langci/golangci-lint-action-3.7.0

build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.7.0
  • Loading branch information
joekleinsorge authored May 31, 2024
2 parents 31932b0 + a3a84cc commit 77db1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install golint
run: go install golang.org/x/lint/golint@latest

- uses: golangci/golangci-lint-action@v3.4.0
- uses: golangci/golangci-lint-action@v3.7.0
with:
args: "--out-${NO_FUTURE}format colored-line-number"

Expand Down

0 comments on commit 77db1fc

Please sign in to comment.