Skip to content

Commit 55e48ba

Browse files
Bump golangci/golangci-lint-action from 3.7.0 to 3.7.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b55022 commit 55e48ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ env.GO_VERSION }}
22-
- uses: golangci/golangci-lint-action@v3.7.0
22+
- uses: golangci/golangci-lint-action@v3.7.1
2323
with:
2424
version: 'v1.55.2'
2525
args: --timeout=30m0s

0 commit comments

Comments
 (0)