Skip to content

Commit da80ebe

Browse files
Merge pull request #15 from frantjc/dependabot/github_actions/golangci/golangci-lint-action-9.0.0
Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0
2 parents 2630761 + 2d13f27 commit da80ebe

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@v6
1515
with:
1616
go-version: 1.23
17-
- uses: golangci/golangci-lint-action@v8.0.0
17+
- uses: golangci/golangci-lint-action@v9.0.0
1818
- run: make test

0 commit comments

Comments
 (0)