Skip to content

Commit b14773d

Browse files
authored
Merge pull request #120 from cpuguy83/dependabot/github_actions/golangci/golangci-lint-action-6.1.0
Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
2 parents 54d2e5c + 8506aa3 commit b14773d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
runs-on: ubuntu-20.04
3434
steps:
3535
- uses: actions/checkout@v4
36-
- uses: golangci/golangci-lint-action@v6.0.1
36+
- uses: golangci/golangci-lint-action@v6.1.0
3737
with:
3838
version: v1.55

0 commit comments

Comments
 (0)