Skip to content

Commit df467ab

Browse files
ci(deps): Bump golangci/golangci-lint-action from 6.3.0 to 6.5.0 (#1292)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.5.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@e60da84...2226d7c) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1218b2 commit df467ab

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@e60da84bfae8c7920a47be973d75e15710aa8bd7 # v6.3.0
118+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.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@e60da84bfae8c7920a47be973d75e15710aa8bd7 # v6.3.0
129+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.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)