Skip to content

Commit 7adaf8a

Browse files
authoredFeb 13, 2024··
Merge pull request #106 from kube-vip/dependabot/github_actions/golangci/golangci-lint-action-4
🌱 Bump golangci/golangci-lint-action from 3 to 4
2 parents 9ef8a7a + ec644b7 commit 7adaf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: golangci-lint
14-
uses: golangci/golangci-lint-action@v3
14+
uses: golangci/golangci-lint-action@v4
1515
with:
1616
version: v1.55.2
1717
args: --out-format=colored-line-number

0 commit comments

Comments
 (0)
Please sign in to comment.