Skip to content

Commit 7fcde6e

Browse files
Bump golangci/golangci-lint-action in the github-actions group
Bumps the github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 5 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v5...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d63f3b commit 7fcde6e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/linters.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout the code
2222
uses: actions/checkout@v4
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v5
24+
uses: golangci/golangci-lint-action@v6
2525
with:
2626
version: latest
2727
skip-cache: true
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout the code
3838
uses: actions/checkout@v4
3939
- name: golangci-lint
40-
uses: golangci/golangci-lint-action@v5
40+
uses: golangci/golangci-lint-action@v6
4141
with:
4242
version: latest
4343
skip-cache: true
@@ -53,7 +53,7 @@ jobs:
5353
- name: Checkout the code
5454
uses: actions/checkout@v4
5555
- name: golangci-lint
56-
uses: golangci/golangci-lint-action@v5
56+
uses: golangci/golangci-lint-action@v6
5757
with:
5858
version: latest
5959
skip-cache: true
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout the code
7070
uses: actions/checkout@v4
7171
- name: golangci-lint
72-
uses: golangci/golangci-lint-action@v5
72+
uses: golangci/golangci-lint-action@v6
7373
with:
7474
version: latest
7575
skip-cache: true
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout the code
8686
uses: actions/checkout@v4
8787
- name: golangci-lint
88-
uses: golangci/golangci-lint-action@v5
88+
uses: golangci/golangci-lint-action@v6
8989
with:
9090
version: latest
9191
skip-cache: true

0 commit comments

Comments
 (0)