Skip to content

Commit b88eb09

Browse files
Bump golangci/golangci-lint-action from 4 to 5 in the github-deps group (#205)
Bumps the github-deps group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 4 to 5 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a0c1b3 commit b88eb09

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
@@ -129,6 +129,6 @@ jobs:
129129
go-version: ${{ matrix.go }}
130130

131131
- name: "Run golangci"
132-
uses: golangci/golangci-lint-action@v4 # docs: https://github.com/golangci/golangci-lint-action
132+
uses: golangci/golangci-lint-action@v5 # docs: https://github.com/golangci/golangci-lint-action
133133
with:
134134
version: latest

0 commit comments

Comments
 (0)