Skip to content

Commit 2b538ff

Browse files
Updated golangci-lint.yml
1 parent 85f8ccf commit 2b538ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ 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
1519
uses: golangci/[email protected]
1620
with:

0 commit comments

Comments
 (0)