Commit 3a8bd8f
committed
chore: update GitHub Actions workflow for multiple OS and Go versions
- Change the `runs-on` value to `ubuntu-latest` in the workflow file
- Add a `strategy` section with a `matrix` for different OS and Go versions
- Update the `name` field to include the OS and Go version
- Remove the `env` section with `GO111MODULE` and `GOPROXY` variables
- Update the `postgresql version` value to `"14"`
- Add a `with` section with `go-version` variable
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>1 parent 8eaa3bf commit 3a8bd8f
1 file changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments