Skip to content

Commit b59717b

Browse files
authored
Merge pull request #136 from medyagh/dependabot/github_actions/golangci/golangci-lint-action-5
Build(deps): Bump golangci/golangci-lint-action from 4 to 5
2 parents a5a0c4f + b12595f commit b59717b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: false
2424
- uses: actions/checkout@v4
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v4
26+
uses: golangci/golangci-lint-action@v5
2727
with:
2828
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2929
version: latest

0 commit comments

Comments
 (0)