Skip to content

Commit 51ddc6c

Browse files
Chore(deps): Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 (#691)
1 parent be429f6 commit 51ddc6c

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@v3
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.5.2
19+
uses: golangci/golangci-lint-action@v3.1.0
1620
with:
1721
version: v1.41.1
1822
args: --timeout 7m0s

0 commit comments

Comments
 (0)