Commit 63574c1
authored
fix: relax Golang version requirement to run GitHub Action (#83)
* fix: relax Golang version requirement to run GitHub Action
Use a method to install the Golang conformance test client that doesn't
require Go 1.16+. This is important for Functions Framework Go, which
needs to test using multiple different versions of Go but currently
relies on the same version of Go to install the test client and run the
Framework itself.
* Don't use 'latest' string1 parent a853e0f commit 63574c1
File tree
5 files changed
+15
-8
lines changed- action
- dist
- src
5 files changed
+15
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments