Skip to content

Commit da6623b

Browse files
chore(deps): bump golangci/golangci-lint-action from 2 to 3.2.0 (#409)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2...v3.2.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 112657a commit da6623b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version: ${{ env.GOLANG_VERSION }}
2828
- run: make test
2929
- name: Run golangci-lint
30-
uses: golangci/golangci-lint-action@v2
30+
uses: golangci/golangci-lint-action@v3.2.0
3131
with:
3232
version: v1.38.0
3333
args: --timeout 5m

0 commit comments

Comments
 (0)