Skip to content

Commit e6c47ef

Browse files
build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ccde5bd commit e6c47ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
check-latest: true
3333
cache: true
3434
- name: golangci-lint
35-
uses: golangci/[email protected].0
35+
uses: golangci/[email protected].1
3636
with:
3737
args: --verbose
3838

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
check-latest: true
2727
cache: true
2828
- name: golangci-lint
29-
uses: golangci/[email protected].0
29+
uses: golangci/[email protected].1
3030
with:
3131
version: v1.60.1
3232
args: --verbose

0 commit comments

Comments
 (0)