Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit c6fc71d

Browse files
authored
Merge pull request #900 from weaveworks/dependabot/github_actions/golangci/golangci-lint-action-3.1.0
2 parents b772f16 + 153a11c commit c6fc71d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10+
- uses: actions/setup-go@v2
1011
- name: golangci-lint
11-
uses: golangci/golangci-lint-action@v2.5.2
12+
uses: golangci/golangci-lint-action@v3.1.0
1213
with:
1314
version: v1.28
1415
args: --timeout=5m

0 commit comments

Comments
 (0)