Skip to content

Commit 5e5cbdb

Browse files
committed
fix: use go 1.17.x in verify-examples github action
1 parent 16b931d commit 5e5cbdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/verify-examples.yml

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21+
- name: Set up Go
22+
uses: actions/setup-go@v2
23+
with:
24+
go-version: 1.17.*
25+
id: go
26+
2127
# Skip changes not affecting examples or integration/examples
2228
- name: Computes number of changes to examples
2329
# can't use github.event.before as it may represent

0 commit comments

Comments
 (0)