Skip to content

Commit 1f5bb2c

Browse files
authored
Merge pull request #849 from containerd/dependabot/github_actions/golangci/golangci-lint-action-3.1.0
Bump golangci/golangci-lint-action from 2 to 3.1.0
2 parents 804f0e5 + b6850ff commit 1f5bb2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131
- uses: actions/checkout@v3
3232
with:
3333
fetch-depth: 1
34+
- uses: actions/setup-go@v2
35+
with:
36+
go-version: 1.17.x
3437
- name: golangci-lint
35-
uses: golangci/golangci-lint-action@v2
38+
uses: golangci/golangci-lint-action@v3.1.0
3639
with:
3740
version: v1.35
3841
args: --verbose

0 commit comments

Comments
 (0)