Skip to content

Commit 1765e26

Browse files
authored
Merge pull request #173 from lablabs/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents 60adb5c + 1aeaa0b commit 1765e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
go-version: "1.25"
1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@v8 # https://github.com/marketplace/actions/run-golangci-lint
18+
uses: golangci/golangci-lint-action@v9 # https://github.com/marketplace/actions/run-golangci-lint
1919
with:
2020
version: latest

0 commit comments

Comments
 (0)