Skip to content

Commit d80ced9

Browse files
Bump golangci/golangci-lint-action from 3.4.0 to 8.0.0 (#97)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.4.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.4.0...v8.0.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2346aa4 commit d80ced9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: checkout
3535
uses: actions/checkout@v3
3636
- name: lint
37-
uses: golangci/golangci-lint-action@v3.4.0
37+
uses: golangci/golangci-lint-action@v8.0.0
3838
continue-on-error: true
3939
with:
4040
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: checkout
3535
uses: actions/checkout@v3
3636
- name: lint
37-
uses: golangci/golangci-lint-action@v3.4.0
37+
uses: golangci/golangci-lint-action@v8.0.0
3838
continue-on-error: true
3939
with:
4040
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.

0 commit comments

Comments
 (0)