Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 8b0c831

Browse files
chore(deps): bump golangci/golangci-lint-action from 3.7.1 to 4.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.1 to 4.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.7.1...v4.0.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 31b22f1 commit 8b0c831

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Download Go Modules
2323
run: go mod download
2424
- name: Run golangci-lint
25-
uses: golangci/golangci-lint-action@v3.7.1
25+
uses: golangci/golangci-lint-action@v4.0.0
2626

2727
test:
2828
name: Test Go@v${{ matrix.go-version }}

0 commit comments

Comments
 (0)