Skip to content

Commit 3e2cb3a

Browse files
authored
ci: use specific go version with actions/setup-go
1 parent 5816c4b commit 3e2cb3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v2
24+
25+
- uses: actions/setup-go@v2
26+
with:
27+
go-version: '1.17'
2428

2529
- name: Install dependencies
2630
run: make get-deps

0 commit comments

Comments
 (0)