Skip to content

Commit efcadd5

Browse files
[chore] : Bump golangci/golangci-lint-action in the actions group
Bumps the actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 6.5.2 to 8.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@55c2c14...4afd733) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 278e841 commit efcadd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: ${{matrix.go-version}}
2020

2121
- name: Run golangci-lint
22-
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84
22+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
2323

2424
- name: Run unit tests and generate coverage report
2525
run: make test

0 commit comments

Comments
 (0)