Skip to content

Commit 2be9bf6

Browse files
dependabot[bot]chombium
authored andcommitted
Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 9.1.0 to 9.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v9.1.0...v9.2.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 859f020 commit 2be9bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/setup-go@v6
5050
with:
5151
go-version-file: "src/go.mod"
52-
- uses: golangci/golangci-lint-action@v9.1.0
52+
- uses: golangci/golangci-lint-action@v9.2.0
5353
with:
5454
working-directory: src
5555
args: --timeout 5m

0 commit comments

Comments
 (0)