Skip to content

Commit 1de36af

Browse files
Bump golangci/golangci-lint-action from 7 to 8 (#437)
* Bump golangci/golangci-lint-action from 7 to 8 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump golangci-lint to v2.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Fritzler <andreas.fritzler@sap.com>
1 parent 01031d6 commit 1de36af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
go-version-file: 'go.mod'
1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@v7
18+
uses: golangci/golangci-lint-action@v8
1919
with:
20-
version: v2.0
20+
version: v2.1

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ GOLANGCILINT ?= $(LOCALBIN)/golangci-lint
7474
## Tool Versions
7575
ADDLICENSE_VERSION ?= v1.1.1
7676
GOIMPORTS_VERSION ?= v0.31.0
77-
MOCKGEN_VERSION ?= v0.5.0
78-
GOLANGCILINT_VERSION ?= v2.0
77+
MOCKGEN_VERSION ?= v0.5.2
78+
GOLANGCILINT_VERSION ?= v2.1
7979

8080
.PHONY: addlicense
8181
addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary.

0 commit comments

Comments
 (0)