Skip to content

Commit b924701

Browse files
ci(deps): Bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 (#1347)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.2 to 7.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@55c2c14...1481404) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4cc66a commit b924701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: |
116116
echo "GOOS=windows" >> $GITHUB_ENV
117117
- name: golangci-lint - windows
118-
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
118+
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
119119
with:
120120
# Pin the version in case all the builds start to fail at the same time.
121121
# There may not be an automatic way (e.g., dependabot) to update a specific parameter of a GitHub Action,
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
echo "GOOS=darwin" >> $GITHUB_ENV
128128
- name: golangci-lint - darwin
129-
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
129+
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
130130
with:
131131
# Pin the version in case all the builds start to fail at the same time.
132132
# There may not be an automatic way (e.g., dependabot) to update a specific parameter of a GitHub Action,

0 commit comments

Comments
 (0)