Skip to content

Commit a333689

Browse files
build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#2858)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.1.0...v3.2.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 b504325 commit a333689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
3838
go-version: ${{ env.GO_VERSION }}
3939
- name: lint
40-
uses: golangci/golangci-lint-action@v3.1.0
40+
uses: golangci/golangci-lint-action@v3.2.0
4141
with:
4242
version: latest
4343
# skip cache because of flaky behaviors

0 commit comments

Comments
 (0)