Skip to content

Commit 0ac32f6

Browse files
Merge pull request #11 from frantjc/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 3c7d848 + 7f54dea commit 0ac32f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- uses: actions/setup-go@v5
1515
with:
1616
go-version: 1.23
17-
- uses: golangci/golangci-lint-action@v6.5.2
17+
- uses: golangci/golangci-lint-action@v7.0.0
1818
- run: make test

0 commit comments

Comments
 (0)