Skip to content

Commit 7fc113c

Browse files
chore: bump golangci/golangci-lint-action from 6.3.0 to 6.5.0
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@v6.3.0...v6.5.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36f0440 commit 7fc113c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: envsubst < .golangci.yml > .golangci.yml
3131
-
3232
name: Lint
33-
uses: golangci/golangci-lint-action@v6.3.0
33+
uses: golangci/golangci-lint-action@v6.5.0
3434
with:
3535
version: v1.52.2
3636
# optional: show only new issues if it's a pull request. The default value is `false`.

0 commit comments

Comments
 (0)