Skip to content

Commit 1f1d1fd

Browse files
dependabot[bot]chombium
authored andcommitted
build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.2.0...v6.3.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 0d50e7b commit 1f1d1fd

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
@@ -39,6 +39,6 @@ jobs:
3939
- uses: actions/setup-go@v5
4040
with:
4141
go-version-file: go.mod
42-
- uses: golangci/golangci-lint-action@v6.2.0
42+
- uses: golangci/golangci-lint-action@v6.3.0
4343
with:
4444
args: --config .golangci.yml

0 commit comments

Comments
 (0)