Skip to content

Commit 51c0fe1

Browse files
Update go.yml
Added actions/setup-go@v2 step
1 parent d18c48e commit 51c0fe1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
name: Lint Go code
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Set up Go
17+
uses: actions/setup-go@v2
18+
with:
19+
go-version: 1.17
1620
- name: Checkout code
1721
uses: actions/checkout@v2
1822
- name: Run golangci-lint

0 commit comments

Comments
 (0)