Skip to content

Commit 9bf9340

Browse files
authored
Merge pull request #103 from philips-labs/dependabot/github_actions/golangci/golangci-lint-action-6
build(deps): bump golangci/golangci-lint-action from 4 to 6
2 parents 325bbee + 75eda38 commit 9bf9340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@v4
18+
uses: golangci/golangci-lint-action@v6
1919
with:
2020
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2121
version: latest

0 commit comments

Comments
 (0)