Skip to content

Commit 8f90e48

Browse files
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#3870)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeroen Vervaeke <jeroen.vervaeke@mongodb.com>
1 parent 3d2a542 commit 8f90e48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code-health.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
go-version-file: 'go.mod'
2424
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
26+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
2727
with:
28-
version: v2.0.1
28+
version: v2.1.6
2929
unit-tests:
3030
env:
3131
COVERAGE: coverage.out

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
22

3-
GOLANGCI_VERSION=v2.0.1
3+
GOLANGCI_VERSION=v2.1.6
44
COVERAGE?=coverage.out
55
export GOCOVERDIR?=$(abspath cov)
66

0 commit comments

Comments
 (0)