Skip to content

Commit 8628d8f

Browse files
Bump golangci/golangci-lint-action from 7 to 8 (#17)
* 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> * fix reviewers --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Frank <lukas.frank@sap.com>
1 parent a2b2cdf commit 8628d8f

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8-
reviewers:
9-
- "ironcore-dev/core"
108
# Ignore K8 packages as these are done manually
119
ignore:
1210
- dependency-name: "k8s.io/api"
@@ -22,5 +20,3 @@ updates:
2220
directory: "/"
2321
schedule:
2422
interval: "weekly"
25-
reviewers:
26-
- "ironcore-dev/core"

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ GOLANGCILINT ?= $(LOCALBIN)/golangci-lint
7575
ADDLICENSE_VERSION ?= v1.1.1
7676
GOIMPORTS_VERSION ?= v0.31.0
7777
MOCKGEN_VERSION ?= v0.5.0
78-
GOLANGCILINT_VERSION ?= v2.0
78+
GOLANGCILINT_VERSION ?= v2.1
7979

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

0 commit comments

Comments
 (0)