Skip to content

Commit

Permalink
Merge pull request #147 from okp4/dependabot/github_actions/golangci/…
Browse files Browse the repository at this point in the history
…golangci-lint-action-4
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
2 parents edf282c + cca4824 commit cf3bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
go-version: "1.21"

- name: Lint go code (golangci-lint)
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
if: steps.changed-go-files.outputs.any_changed == 'true'
with:
version: v1.55
Expand Down

0 comments on commit cf3bef6

Please sign in to comment.