Skip to content

Commit a5ac036

Browse files
committed
⬆️ chore(tests): upgrade golangci-lint-action to v7
Updated the golangci-lint GitHub Action to version 7 to leverage the latest features and improvements. This change ensures better linting capabilities and aligns with the current dependency management practices.
1 parent 30d72d1 commit a5ac036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- {uses: actions/setup-go@v5, with: {go-version-file: go.mod}}
32-
- uses: golangci/golangci-lint-action@v6
32+
- uses: golangci/golangci-lint-action@v7
3333

3434
go-test:
3535
name: Unit tests

0 commit comments

Comments
 (0)