Skip to content

Commit 2492bd0

Browse files
build(deps): bump golangci/golangci-lint-action from 2 to 3.1.0 (#1006)
1 parent db4bd1e commit 2492bd0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
- name: Install Go
15+
uses: actions/setup-go@v2
16+
with:
17+
go-version: 1.17
1418
- name: golangci-lint
15-
uses: golangci/golangci-lint-action@v2
19+
uses: golangci/golangci-lint-action@v3.1.0
1620
with:
1721
version: v1.43.0
1822
args: --timeout 5m0s

0 commit comments

Comments
 (0)