Skip to content

Commit 02fea84

Browse files
chore(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 (#274)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0054e54 commit 02fea84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version-file: go.mod
2525
- run: make check
26-
- uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
26+
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
2727
with:
2828
args: --verbose
2929
verify: false # workaround https://github.com/golangci/golangci-lint-action/issues/1179

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
go-version-file: go.mod
4646
- run: make check
47-
- uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
47+
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
4848
with:
4949
args: --verbose
5050
verify: false # workaround https://github.com/golangci/golangci-lint-action/issues/1179

0 commit comments

Comments
 (0)