Skip to content

Commit 42342e3

Browse files
Bump golangci/golangci-lint-action from 2 to 3.1.0 (#902)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52c80f8 commit 42342e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
go-version: ${{ steps.go-version.outputs.version }}
2727
- run: go mod download
28-
- uses: golangci/golangci-lint-action@v2
28+
- uses: golangci/golangci-lint-action@v3.1.0
2929
with:
3030
skip-go-installation: true
3131
terraform-provider-corner:

0 commit comments

Comments
 (0)