Skip to content

Commit

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

Bump golangci/golangci-lint-action from 3 to 4
  • Loading branch information
lufia authored Feb 20, 2024
2 parents c7e59b7 + 846f2e2 commit 388cc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
go-version-file: go.mod
cache: true
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v4
with:
version: latest
skip-cache: ${{ inputs.skip-cache }}
Expand Down

0 comments on commit 388cc0f

Please sign in to comment.