Skip to content

Commit 179d0e6

Browse files
Bump golangci/golangci-lint-action from 4 to 5
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4...v5) --- 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 9d546c3 commit 179d0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# There is a risk of drift between the two, but this is only linting,
6565
# not runtime correctness!
6666
- name: golangci-lint
67-
uses: golangci/golangci-lint-action@v4
67+
uses: golangci/golangci-lint-action@v5
6868
with:
6969
working-directory: git-sync
7070
version: v1.53.3

0 commit comments

Comments
 (0)