Skip to content

Commit 88d4d3f

Browse files
authored
Merge pull request #408 from AllenDang/dependabot/github_actions/golangci/golangci-lint-action-6.3.1
build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1
2 parents 913bd21 + f548dfb commit 88d4d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: '1.23.x'
2222
- uses: actions/checkout@v4
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v6.2.0
24+
uses: golangci/golangci-lint-action@v6.3.1
2525
with:
2626
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2727
version: v1.50.1

0 commit comments

Comments
 (0)