Skip to content

Commit e03bcdb

Browse files
authored
Merge pull request #49 from adrg/dependabot/github_actions/golangci/golangci-lint-action-7.0.0
Bump golangci/golangci-lint-action from 6.5.2 to 7.0.0
2 parents ce7c1be + db6246c commit e03bcdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Lint
31-
uses: golangci/golangci-lint-action@v6.5.2
31+
uses: golangci/golangci-lint-action@v7.0.0
3232
with:
33-
version: "v1.54"
3433
args: --timeout=5m

0 commit comments

Comments
 (0)