Skip to content

Commit b3b0f73

Browse files
Bump golangci/golangci-lint-action from 7 to 8 in the github-deps group (#289)
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 7 to 8 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eeffa32 commit b3b0f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ jobs:
138138
go-version: ${{ matrix.go }}
139139

140140
- name: "Run golangci"
141-
uses: golangci/golangci-lint-action@v7 # docs: https://github.com/golangci/golangci-lint-action
141+
uses: golangci/golangci-lint-action@v8 # docs: https://github.com/golangci/golangci-lint-action
142142
with:
143143
version: latest

0 commit comments

Comments
 (0)