Skip to content

Commit 06e17b9

Browse files
dependabot[bot]rm3l
authored andcommitted
Bump golangci/golangci-lint-action from 2 to 3.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2...v3.1.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d38365 commit 06e17b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: golangci-lint
25-
uses: golangci/golangci-lint-action@v2
25+
uses: golangci/golangci-lint-action@v3.1.0
2626
with:
2727
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
2828
version: "v1.44.0"

0 commit comments

Comments
 (0)