Commit 6c0d94a
authored
Use stable and oldstable instead actual version for actions/setup-go (#585)
`actions/setup-go` provides aliases for active 2 Go versions. With this,
we don't have to maintain go version for github actions workflows like
https://github.com/line/line-bot-sdk-go/pull/471/files and
https://github.com/line/line-bot-sdk-go/pull/578/files.
reference:
https://github.com/actions/setup-go/blob/d35c59abb061a4a6fb18e82ac0862c26744d6ab5/README.md?plain=1#L134-L1611 parent 4d5f355 commit 6c0d94a
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments