Skip to content

Commit 4ba0456

Browse files
Merge pull request #12 from frantjc/dependabot/github_actions/golangci/golangci-lint-action-8.0.0
Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
2 parents 0ac32f6 + 095a6e4 commit 4ba0456

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@v7.0.0
17+
- uses: golangci/golangci-lint-action@v8.0.0
1818
- run: make test

0 commit comments

Comments
 (0)