Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 5c3cff0

Browse files
build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#295)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdc3daf commit 5c3cff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# run: make test
2828

2929
- name: Run GolangCI-Lint
30-
uses: golangci/golangci-lint-action@v3.3.1
30+
uses: golangci/golangci-lint-action@v3.4.0
3131
with:
3232
version: latest
3333
args: --tests=0 --timeout=30m

0 commit comments

Comments
 (0)