Commit 79cf213
committed
ci: update Go version and GitHub Actions dependencies
Update CI workflows to use more flexible Go version handling and newer
action versions:
- Use 'go.mod' for Go version in diff.yml to automatically match project
requirements instead of hardcoded 1.18
- Upgrade actions/upload-artifact from v3 to v4 in fuzz.yml
- Upgrade github/codeql-action from v2 to v3 in fuzz.yml
These changes ensure the CI pipeline uses the same Go version as specified
in the project and benefits from the latest improvements in GitHub Actions.
Signed-off-by: Ville Vesilehto <[email protected]>1 parent 867dca6 commit 79cf213
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments